Commit 6f6fbb03 authored by Tom Ward's avatar Tom Ward Committed by Chris Wanstrath

Unless full paths are used .gitignore, all matching files and folders will be...

Unless full paths are used .gitignore, all matching files and folders will be ignored, however deep they are in the repo.

For example, ignoring log/* doesn't just ignore all log files, but also files such as lib/project/log/awesome_logger.rb.  It's a mistake I've made a couple of times but never seemed to have learned from.
parent ac35a765
*.rbc *.rbc
.bundle
vendor/bundle
log/*
tmp/*
db/*.sqlite3
public/system/*
coverage/
*.sassc *.sassc
.sass-cache .sass-cache
capybara-*.html capybara-*.html
.rspec .rspec
/.bundle
/vendor/bundle
/log/*
/tmp/*
/db/*.sqlite3
/public/system/*
/coverage/
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment