提交 6f6fbb03 编写于 作者: T Tom Ward 提交者: 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.
上级 ac35a765
*.rbc
.bundle
vendor/bundle
log/*
tmp/*
db/*.sqlite3
public/system/*
coverage/
*.sassc
.sass-cache
capybara-*.html
.rspec
/.bundle
/vendor/bundle
/log/*
/tmp/*
/db/*.sqlite3
/public/system/*
/coverage/
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册