Skip to content

Instantly share code, notes, and snippets.

@izackp
Last active August 29, 2015 14:10
Show Gist options
  • Save izackp/967c059abe102745f61d to your computer and use it in GitHub Desktop.
Save izackp/967c059abe102745f61d to your computer and use it in GitHub Desktop.
Meh Git Ignore
# 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