database_cleaner/.gitignore

20 lines
227 B
Plaintext
Raw Permalink Normal View History

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