-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
100 lines (83 loc) · 1.95 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
# Ignore invisible files/folders except .gitignore
.*
!.gitignore
!.gitattributes
#--------------------------------
# Ignore data file
#--------------------------------
[dD][aA][tT][aA]/
*.4DD
*.4DIndx
*.4DIndy
*.Match
*.journal
#--------------------------------
# Ignore derived data
#--------------------------------
Project/DerivedData/
#--------------------------------
# Ignore settings & preferences
#--------------------------------
Preferences/
!4DPop AppMaker.*
Settings/
!buildApp.4DSettings
userPreferences.*/
#--------------------------------
# Don't ignore Forms
#--------------------------------
!Project/Sources/Forms/Preferences/
!Project/Sources/Forms/Settings/
!Project/Sources/Forms/[dD][aA][tT][aA]/
#--------------------------------
# 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/
#--------------------------------
# Don't ignore .github workflow
#--------------------------------
!.github/
!.github/**/.*
.github/.DS_Store
#--------------------------------
# Added by user
#--------------------------------
Project/Sources/DatabaseMethods/onMobileAppAction.4dm
Project/Sources/DatabaseMethods/onMobileAppAuthentication.4dm
Project/Sources/DatabaseMethods/onWebConnection.4dm
Resources/images/library/
Resources/sdk/ios.zip
Resources/templates.zip
Resources/mobile
Resources/mobile/
Resources/scripts/androidprojectgenerator.jar
WebFolder/
Mobile Projects/
!.swiftlint.yml
MobileApps/
xcuserdata/
ClientCertificatesFolder/
Project/Sources/Classes/Employes*.4dm
Project/Sources/catalog copy.4DCatalog
Resources/sdk/android.zip
Resources/sdk/ios.zip
Logs/*