Created
June 12, 2012 07:59
-
-
Save xxd/2916027 to your computer and use it in GitHub Desktop.
some gitignores, the one for Pod need to change YOUR_PROJECT_NAME
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Xcode | |
| build/* | |
| *.pbxuser | |
| !default.pbxuser | |
| *.mode1v3 | |
| !default.mode1v3 | |
| *.mode2v3 | |
| !default.mode2v3 | |
| *.perspectivev3 | |
| !default.perspectivev3 | |
| *.xcworkspace | |
| !default.xcworkspace | |
| xcuserdata | |
| profile | |
| *.moved-aside | |
| DerivedData | |
| #OS X | |
| .DS_Store |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| gitignore | |
| # Xcode | |
| build/* | |
| *.pbxuser | |
| !default.pbxuser | |
| *.mode1v3 | |
| !default.mode1v3 | |
| *.mode2v3 | |
| !default.mode2v3 | |
| *.perspectivev3 | |
| !default.perspectivev3 | |
| *.xcworkspace | |
| !YOUR_PROJECT_NAME.xcworkspace | |
| !default.xcworkspace | |
| xcuserdata | |
| profile | |
| *.moved-aside | |
| #OS X | |
| .DS_Store |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment