-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitignore
48 lines (37 loc) · 976 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
/_private/
/.settings
/DisplayObjects/mobile/*
/DisplayObjects/mobile/assets/monaco-editor/*
!/DisplayObjects/mobile/assets
/DisplayObjects/mobile/assets/components/AllTypes.json
/csv/*
/csv/**
!/csv/.gitkeep
#c8oforms_standalone
c8oforms_standalone/couchdb/*
c8oforms_standalone/workspace/*
!c8oforms_standalone/docker-compose.yml
!c8oforms_standalone/couchdb/.gitkeep
!c8oforms_standalone/workspace/projects/.gitkeep
!c8oforms_standalone/workspace/configuration
!c8oforms_standalone/workspace/configuration/global_symbols.properties
.gradle/
/DisplayObjects/pwas
/DisplayObjects/template-pwa/*
.project
/_private/
/.settings
/.gradle
/.project
/DisplayObjects/mobile/*
!/DisplayObjects/mobile/assets
# disable this for custom Flashupdate
/Flashupdate
# enable this to share md5 of built files
# !/Flashupdate/md5.json
# disable this for custom config.xml
/DisplayObjects/platforms/iOS/config.xml
/DisplayObjects/platforms/Android/config.xml
/oas2/
/oas3/
/build/