Skip to content

Instantly share code, notes, and snippets.

@eddywashere
Created January 7, 2014 18:52
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 eddywashere/8304520 to your computer and use it in GitHub Desktop.
Save eddywashere/8304520 to your computer and use it in GitHub Desktop.
global .gitignore file
# Logs and databases #
######################
*.log
*.sql
*.sqlite
# OS generated files #
######################
/db/*.sqlite3
/log/*.log
/tmp
doc/
*.swp
*~
.svn
.project
.DS_Store*
ehthumbs.db
Icon?
Thumbs.db
/node_modules
/bower_components
# rails specific ignores
/config/database.yml
*.rbc
*.sassc
.sass-cache/
bundler_stubs/
capybara-*.html
.rspec
/.bundle
/vendor/bundle
/log/*
/tmp/*
/db/*.sqlite3
/public/system/*
/coverage/
/spec/tmp/*
**.orig
rerun.txt
pickle-email-*.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment