Skip to content

Instantly share code, notes, and snippets.

@foxzool
Created February 11, 2011 07:46
Show Gist options
  • Select an option

  • Save foxzool/822048 to your computer and use it in GitHub Desktop.

Select an option

Save foxzool/822048 to your computer and use it in GitHub Desktop.
rails git ignore template
.DS_Store
/log/*
/tmp/*
# ignore database.yml
config/database.yml
db/*.sqlite3
db/schema.rb
**/.DS_Store
vendor/cache/*
*.rbc
*.sassc
.sass-cache
capybara-*.html
.rspec
.bundle
/vendor/bundle
/public/system/*
/coverage/
/spec/tmp/*
**.orig
rerun.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment