-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitignore
58 lines (49 loc) · 1.02 KB
/
.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
49
50
51
52
53
54
55
56
57
58
#--------------------------------
# Ignore invisible files/folders
#--------------------------------
.*
!.git*
.git/
#--------------------------------
# Ignore data file
#--------------------------------
[dD][aA][tT][aA]/
*.4DD
*.4DIndx
*.4DIndy
*.Match
*.journal
#--------------------------------
# Ignore derived data
#--------------------------------
Project/DerivedData/
#--------------------------------
# Ignore logs
#--------------------------------
Logs/
#--------------------------------
# Ignore settings & preferences
#--------------------------------
Preferences/
!4DPop AppMaker.*
Settings/
#!buildApp.4DSettings
userPreferences.*/
#--------------------------------
# Miscellaneous
#--------------------------------
*__Orphan__*
*symbols.txt
ehthumbs.db
Thumbs.db
#--------------------------------
# Added by user
#--------------------------------
Project/Trash
Resources/php.ini
Project/Sources/Methods/Method[0-9]*.4dm
Project/Sources/Forms/Form[0-9]*
Project/Sources/dependencies.json
DEV
*/Project/DerivedData
*.dylib