-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
executable file
·69 lines (54 loc) · 1.25 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
59
60
61
62
63
64
65
66
67
68
69
# Ignore invisible files/folders except .gitignore
.*
!.gitignore
#--------------------------------
# Ignore data file
#--------------------------------
[dD][aA][tT][aA]/
*.4DD
*.4DIndx
*.4DIndy
*.Match
*.journal
#--------------------------------
# Ignore derived data
#--------------------------------
Project/DerivedData/
#--------------------------------
# Ignore settings & preferences
#--------------------------------
Preferences/
!4DPop AppMaker.*
Settings/
!Settings/buildApp.4DSettings
userPreferences.*/
#--------------------------------
# Ignore Trash
#--------------------------------
Project/Trash/
#--------------------------------
# Ignore backup
#--------------------------------
*.4BK
backupHistory.json
#--------------------------------
# Miscellaneous
#--------------------------------
*__Orphan__*
*symbols.txt
ehthumbs.db
Thumbs.db
Resources/php.ini
Components/
!Build/Components
Project/Sources/Methods/Method*.4dm
Project/Sources/Methods/00_*.4dm
Libraries/lib4d-arm64.dylib
DEV/
#--------------------------------
# [!] Never omit forms
#--------------------------------
!**/Forms/*/
#--------------------------------
# Added by user
#--------------------------------