database_cleaner/.gitignore

18 lines
198 B
Text
Raw Normal View History

2009-02-26 21:42:20 -07:00
*.sw?
.DS_Store
2009-03-04 21:48:20 -07:00
coverage
pkg
.bundle
bundled_gems/
vendor/
examples/db/*.db
2010-05-30 20:51:26 +01:00
examples/config/database.yml
spec/support/config.yml
tmp/*
!tmp/.keep
.rbenv-version
.rvmrc
.ruby-version
2012-08-05 12:10:49 -06:00
.vagrant
2018-04-27 16:44:43 -04:00
.idea/