Skip to content

Instantly share code, notes, and snippets.

@superarts
Last active August 29, 2015 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save superarts/4e90afd63b10cede4c15 to your computer and use it in GitHub Desktop.
Save superarts/4e90afd63b10cede4c15 to your computer and use it in GitHub Desktop.
git ignore
# Xcode
*/build/*
build/
profile
*.moved-aside
DerivedData
.idea/
*.hmap
*.xcuserstate
*.xccheckout
xcuserdata
# Pods
Pods
Pods/*
Podfile.lock
*/Pods
*/Pods/*
*/Podfile.lock
# Cache
.DS_Store
.*.sw*
Thumbs.db
# Temp
*.ipa
tmp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment