よく使う.gitignore
をまとめてみた。
Last active
January 7, 2018 12:07
-
-
Save Fendo181/1662cfb2a523e02c6a8992caf38de7ce to your computer and use it in GitHub Desktop.
Xcode
# Created by https://www.gitignore.io/api/xcode
### macOS ###
*.DS_Store
.AppleDouble
.LSOverride
### Xcode ###
# 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
*.moved-aside
*.xccheckout
*.xcscmblueprint
### Xcode Patch ###
*.xcodeproj/*
!*.xcodeproj/project.pbxproj
!*.xcodeproj/xcshareddata/
!*.xcworkspace/contents.xcworkspacedata
/*.gcno
# End of https://www.gitignore.io/api/xcode
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PHPstorm