Skip to content

Commit 47fdad6

Browse files
committed
add gitignore
add gitignore
1 parent 830ae36 commit 47fdad6

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.gitignore

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
.DS_Store
2+
3+
# Xcode
4+
build/*
5+
*.pbxuser
6+
!default.pbxuser
7+
*.mode1v3
8+
!default.mode1v3
9+
*.mode2v3
10+
!default.mode2v3
11+
*.perspectivev3
12+
!default.perspectivev3
13+
*.xcworkspace
14+
!default.xcworkspace
15+
xcuserdata
16+
profile
17+
*.moved-aside

0 commit comments

Comments
 (0)