Skip to content

Instantly share code, notes, and snippets.

@mckelvey
Created November 21, 2010 17:10
Show Gist options
  • Save mckelvey/708912 to your computer and use it in GitHub Desktop.
Save mckelvey/708912 to your computer and use it in GitHub Desktop.
This is my best case .gitignore file.
# Services #
############
*.sassc
.sass-cache
# Generic #
###########
/log/*
/tmp/*
/pids/*
# Rails #
#########
*.rbc
capybara-*.html
.rspec
/.bundle
/vendor/bundle
/public/system/*
/coverage/
/spec/tmp/*
**.orig
rerun.txt
# Edits/Editors #
#################
._*
*~
*BAK
.project
# OS generated files #
######################
.DS_Store?
ehthumbs.db
Icon?
Thumbs.db
.AppleDouble
# Logs and databases #
######################
*.log
*.sql
*.sqlite
*.rdb
# Other Code Management #
#########################
.svn
# Sphinx #
##########
*.sphinx.conf
/db/sphinx/*
# Cache #
#########
*.cache
# NPM #
#######
node_modules
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment