Last active
August 29, 2015 14:10
-
-
Save izackp/967c059abe102745f61d to your computer and use it in GitHub Desktop.
Meh Git Ignore
This file contains 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
# Source: https://gist.github.com/izackp/967c059abe102745f61d | |
# Thumbnails | |
._* | |
# Files that might appear on external disk | |
.Spotlight-V100 | |
.Trashes | |
# Directories potentially created on remote AFP share | |
.AppleDB | |
.AppleDesktop | |
Network Trash Folder | |
Temporary Items | |
.apdisk | |
# Xcode | |
build/ | |
*.pbxuser | |
!default.pbxuser | |
*.mode1v3 | |
!default.mode1v3 | |
*.mode2v3 | |
!default.mode2v3 | |
*.perspectivev3 | |
!default.perspectivev3 | |
xcuserdata | |
*.xccheckout | |
*.moved-aside | |
DerivedData | |
*.xcuserstate | |
# Ruby | |
*.gem | |
*.rbc | |
# Documentation cache and generated files: | |
/.yardoc/ | |
/_yardoc/ | |
/doc/ | |
/rdoc/ | |
# Environment normalisation: | |
/.bundle/ | |
/lib/bundler/man/ | |
# CocoaPods | |
Pods | |
Podfile.lock | |
# OCLint | |
compile_commands.json | |
build/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment