Skip to content

Commit 406a6ae

Browse files
author
zen
committed
Add .gitignore
1 parent 046ced6 commit 406a6ae

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.gitignore

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
.DS_Store
2+
*.swp
3+
*~.nib
4+
5+
build/
6+
7+
*.pbxuser
8+
!default.pbxuser
9+
*.perspective
10+
*.perspectivev3
11+
!default.perspectivev3
12+
13+
*.mode1v3
14+
!default.mode1v3
15+
*.mode2v3
16+
!default.mode2v3
17+
18+
xcuserdata
19+
*.xcuserdata
20+
*.xcuserstate
21+
*.xcworkspace
22+
!default.xcworkspace
23+
24+
profile
25+
*.moved-aside
26+
DerivedData
27+
28+
# AppCode
29+
.idea/

0 commit comments

Comments
 (0)