Skip to content
This repository was archived by the owner on Jan 17, 2023. It is now read-only.

Commit e25f6ab

Browse files
committed
Added gitignore
1 parent 57ff26b commit e25f6ab

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

.gitignore

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Created by https://www.gitignore.io/api/xcode
2+
3+
### Xcode ###
4+
# Xcode
5+
#
6+
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
7+
8+
## Build generated
9+
build/
10+
DerivedData
11+
12+
## Various settings
13+
*.pbxuser
14+
!default.pbxuser
15+
*.mode1v3
16+
!default.mode1v3
17+
*.mode2v3
18+
!default.mode2v3
19+
*.perspectivev3
20+
!default.perspectivev3
21+
xcuserdata
22+
23+
## Other
24+
*.xccheckout
25+
*.moved-aside
26+
*.xcuserstate
27+

0 commit comments

Comments
 (0)