Skip to content

Commit 576c2a4

Browse files
committed
Added .gitignore file
1 parent 427b3e6 commit 576c2a4

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

.gitignore

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
.DS_Store
2+
*.swp
3+
*.lock
4+
profile
5+
*~.nib
6+
DerivedData/
7+
build/
8+
*.pbxuser
9+
*.mode1v3
10+
*.mode2v3
11+
*.perspectivev3
12+
!default.pbxuser
13+
!default.mode1v3
14+
!default.mode2v3
15+
!default.perspectivev3
16+
xcuserdata
17+
*.moved-aside
18+
19+
executables/
20+
frameworks/
21+
22+
xcuserdata/
23+
24+
project.xcworkspace/
25+
26+
# Generated files
27+
28+
*.[oa]
29+
30+
# Other source repository archive directories (protects when importing)
31+
.hg
32+
.svn
33+
CVS
34+
*~
35+
*(Autosaved).rtfd/
36+
Backup[ ]of[ ]*.pages/
37+
Backup[ ]of[ ]*.key/
38+
Backup[ ]of[ ]*.numbers/
39+

0 commit comments

Comments
 (0)