【添加】gitignore

This commit is contained in:
薛明浩 2018-01-03 11:31:44 +08:00
parent ada819836c
commit 615a7d4a51
1 changed files with 34 additions and 0 deletions

34
.gitignore vendored Normal file
View File

@ -0,0 +1,34 @@
# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
## Build generated
build/
DerivedData
## Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
## Other
*.xccheckout
*.moved-aside
*.xcuserstate
*.xcscmblueprint
*.xcscheme
## Obj-C/Swift specific
*.hmap
*.ipa
作者kuazi
链接https://www.jianshu.com/p/82e1d05baf1c
來源:简书
著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。