database_cleaner/.gitignore

20 lines
227 B
Text
Raw Normal View History

2009-02-26 23:42:20 -05:00
*.sw?
.DS_Store
2009-03-04 23:48:20 -05:00
coverage
pkg
.bundle
bundled_gems/
vendor/
examples/db/*.db
2010-05-30 15:51:26 -04:00
examples/config/database.yml
spec/support/config.yml
tmp/*
!tmp/.keep
2020-02-14 15:15:24 -05:00
Gemfile.lock
.rbenv-version
.rvmrc
.ruby-version
2012-08-05 14:10:49 -04:00
.vagrant
2018-04-27 16:44:43 -04:00
.idea/
2020-02-01 17:32:57 -05:00
.byebug_history