1
0
mirror of https://github.com/github/gitignore synced 2024-12-02 16:35:44 +01:00

Don't ignore Xcode schemes settings

Currently, command line builds with Cocoapods usually fail if schemes aren't explicit.
This commit is contained in:
Marin Usalj 2013-05-10 16:02:19 +02:00
parent 0aeefb48c0
commit 654160d199

View File

@ -10,6 +10,7 @@
*.perspectivev3 *.perspectivev3
!default.perspectivev3 !default.perspectivev3
xcuserdata xcuserdata
!*.xcscheme
profile profile
*.moved-aside *.moved-aside
DerivedData DerivedData