mirror of
https://github.com/github/gitignore
synced 2024-11-30 15:42:52 +01:00
540fe11f57
*/build/* maybe excludes file in subdirectories but file in project root are visibile with git status. It can be usefull when project is builded by xcodebuild instead of xcode directly
21 lines
220 B
Plaintext
21 lines
220 B
Plaintext
# Xcode
|
|
.DS_Store
|
|
build
|
|
*.pbxuser
|
|
!default.pbxuser
|
|
*.mode1v3
|
|
!default.mode1v3
|
|
*.mode2v3
|
|
!default.mode2v3
|
|
*.perspectivev3
|
|
!default.perspectivev3
|
|
xcuserdata
|
|
profile
|
|
*.moved-aside
|
|
DerivedData
|
|
.idea/
|
|
*.hmap
|
|
|
|
#CocoaPods
|
|
Pods
|