Added .gitignore
This commit is contained in:
parent
ddafe6a7af
commit
038b5fbd45
|
|
@ -0,0 +1,13 @@
|
|||
# Xcode
|
||||
.DS_Store
|
||||
build/
|
||||
*.pbxuser
|
||||
!default.pbxuser
|
||||
*.xcworkspace
|
||||
!default.xcworkspace
|
||||
xcuserdata
|
||||
profile
|
||||
DerivedData
|
||||
# Pods - for those of you who use CocoaPods
|
||||
Pods
|
||||
Podfile.lock
|
||||
Loading…
Reference in New Issue