mirror of
https://github.com/github/gitignore
synced 2024-12-02 16:35:44 +01:00
654160d199
Currently, command line builds with Cocoapods usually fail if schemes aren't explicit.
19 lines
219 B
Plaintext
19 lines
219 B
Plaintext
# Xcode
|
|
.DS_Store
|
|
*/build/*
|
|
*.pbxuser
|
|
!default.pbxuser
|
|
*.mode1v3
|
|
!default.mode1v3
|
|
*.mode2v3
|
|
!default.mode2v3
|
|
*.perspectivev3
|
|
!default.perspectivev3
|
|
xcuserdata
|
|
!*.xcscheme
|
|
profile
|
|
*.moved-aside
|
|
DerivedData
|
|
.idea/
|
|
*.hmap
|