Skip to content

Instantly share code, notes, and snippets.

@wolffc
Created April 8, 2013 08:19
Show Gist options
  • Save wolffc/5335135 to your computer and use it in GitHub Desktop.
Save wolffc/5335135 to your computer and use it in GitHub Desktop.
gitignore file
### this is the Global Git Ignore file
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
Thumbs.db
*~
*.lock
# rails specific #
######################
*.sqlite3
config/database.yml
log/*
tmp/*
# Dreamweaver #
######################
_notes/*
dwsync.xml
# Sublime Files #
######################
*.sublime-project
*.sublime-workspace
sftp-*.json
# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment