database_cleaner/.gitignore
chrismo 3cf6d8291d Add truncate_tables method to SQLiteAdapter.
Without this, the PostgreSQLAdapter truncate_tables method would be
called and go kerblooie cuz t'ain't no PostgreSQL database in play.
2013-09-26 17:04:56 -05:00

12 lines
144 B
Text

*.sw?
.DS_Store
coverage
pkg
.bundle
bundled_gems/
vendor/
examples/db/*.db
examples/config/database.yml
db/config.yml
db/test.sqlite3
.vagrant