2013-01-28 19:02:25 +01:00
|
|
|
# See http://help.github.com/ignore-files/ for more about ignoring files.
|
|
|
|
#
|
|
|
|
# If you find yourself ignoring temporary files generated by your text editor
|
|
|
|
# or operating system, you probably want to add a global ignore instead:
|
|
|
|
# git config --global core.excludesfile ~/.gitignore_global
|
|
|
|
|
|
|
|
# Ignore bundler config
|
2010-11-09 08:25:48 +01:00
|
|
|
/.bundle
|
|
|
|
/vendor/bundle
|
2013-01-28 19:02:25 +01:00
|
|
|
|
|
|
|
# Ignore the default SQLite database.
|
2010-11-09 08:25:48 +01:00
|
|
|
/db/*.sqlite3
|
2013-01-28 19:02:25 +01:00
|
|
|
|
|
|
|
# Ignore all logfiles and tempfiles.
|
|
|
|
/log/*.log
|
|
|
|
/tmp
|
|
|
|
|
|
|
|
# ignore database config
|
|
|
|
/config/database.yml
|
|
|
|
|
|
|
|
# ignore default test folder
|
|
|
|
/test
|
|
|
|
|
|
|
|
# other test files
|
|
|
|
capybara-*.html
|
|
|
|
.rspec
|
|
|
|
/spec/tmp/*
|
|
|
|
|
|
|
|
# ignore precompiled files
|
|
|
|
/public/assets
|
2010-11-09 08:25:48 +01:00
|
|
|
/public/system/*
|
2013-01-28 19:02:25 +01:00
|
|
|
|
|
|
|
# ignore rvmrc
|
|
|
|
.rvmrc
|
|
|
|
|
|
|
|
# Sass CSS extension
|
|
|
|
*.sassc
|
|
|
|
.sass-cache
|
|
|
|
|
|
|
|
# others
|
|
|
|
*.rbc
|
2010-11-09 08:25:48 +01:00
|
|
|
/coverage/
|
2010-11-09 00:12:21 +01:00
|
|
|
**.orig
|
2010-11-24 19:34:00 +01:00
|
|
|
rerun.txt
|
2012-10-30 18:05:22 +01:00
|
|
|
pickle-email-*.html
|
2012-12-19 23:35:58 +01:00
|
|
|
.project
|