Skip to content

Commit f5f591f

Browse files
committed
Merge branch 'master' of ssh://195.49.12.19/Users/git/AJUI_Button_comp
# Conflicts: # Project/DerivedData/methodAttributes.json
2 parents 2a513f4 + 1356cc6 commit f5f591f

File tree

5 files changed

+500
-2
lines changed

5 files changed

+500
-2
lines changed

.gitignore

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
/HDI*
2+
/*.docx
3+
*.4darchive
4+
*BuildApp*
5+
*/Preferences/*
6+
Cache.xml
7+
Conversion*.json
8+
LogStyleSheet.xsl
9+
**/DerivedData/**
10+
!**/DerivedData/*.json
11+
data.match
12+
*Components-inactivate/*
13+
14+
15+
# 4D project architecture
16+
######################
17+
18+
/Data/*
19+
/Logs/*
20+
/Project/DerivedData/*
21+
/Project/BuildSettings/*
22+
/Settings/*
23+
/userPreferences*/*
24+
/Builds/*
25+
26+
# Don't need the data file, indexes, symbols, or journal
27+
*.4DD
28+
*.4DIndx
29+
*.4DIndy
30+
*symbols.txt
31+
*.journal
32+
*.match
33+
34+
# dont need the 4d info component folder_reports
35+
Folder_Reports
36+
37+
# include the following if you want to ignore the database settings
38+
*.4DSettings
39+
40+
# OS generated files #
41+
######################
42+
.DS_Store
43+
.DS_Store?
44+
._*
45+
.Spotlight-V100
46+
.Trashes
47+
ehthumbs.db
48+
Thumbs.db

0 commit comments

Comments
 (0)