Created
January 17, 2017 13:46
-
-
Save MrSchMax/4cff937b2b7969651490e3c2a166bfa4 to your computer and use it in GitHub Desktop.
.gitignore for AppCode-projects (includes OS X & Xcode)
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
# ------------------------- | |
# OS X | |
# ------------------------- | |
.DS_Store | |
.AppleDouble | |
.LSOverride | |
# Temp files | |
*~ | |
# Thumbnails | |
._* | |
# Files that might appear on external disk | |
.Spotlight-V100 | |
.Trashes | |
# ------------------------- | |
# JetBrains IDEs | |
# ------------------------- | |
# Directory-based project format | |
.idea/ | |
# File-based project format | |
*.ipr | |
*.iws | |
*.iml | |
# Additional for IntelliJ | |
out/ | |
# generated by mpeltonen/sbt-idea plugin | |
.idea_modules/ | |
# ------------------------- | |
# Xcode | |
# ------------------------- | |
build/ | |
*.pbxuser | |
!default.pbxuser | |
*.mode1v3 | |
!default.mode1v3 | |
*.mode2v3 | |
!default.mode2v3 | |
*.perspectivev3 | |
!default.perspectivev3 | |
xcuserdata | |
xcshareddata | |
*.xccheckout | |
profile | |
*.moved-aside | |
DerivedData | |
*.hmap | |
*.ipa |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment