Skip to content

Instantly share code, notes, and snippets.

@xXPhenomXx
Created March 27, 2014 17:43
Show Gist options
  • Save xXPhenomXx/9813541 to your computer and use it in GitHub Desktop.
Save xXPhenomXx/9813541 to your computer and use it in GitHub Desktop.
Good Default .gitignore for Mac developers
# Logs and databases #
######################
*.log
*.sql
*.sqlite
# OS generated files #
######################
.DS_Store?
ehthumbs.db
Icon?
Thumbs.db
*.DS_Store
# Xcode
*.pbxuser
*.mode1v3
*.mode2v3
*.perspectivev3
*.xcuserstate
project.xcworkspace/
xcuserdata/
# IDE
*.idea
*.iml
# Generated files
/web-app/WEB-INF
build/
*.[oa]
*.pyc
# Other source repository archive directories (protects when importing)
.hg
.svn
CVS
# automatic backup files
*~.nib
*.swp
*~
*(Autosaved).rtfd/
Backup[ ]of[ ]*.pages/
Backup[ ]of[ ]*.key/
Backup[ ]of[ ]*.numbers/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment