Added line to .gitignore to ignore db/*.sqlite3 files.

I suggest that users use the .sqlite3 suffix for their databases, and reserve .db for the example databases.
This commit is contained in:
bsag 2008-06-15 10:43:48 +01:00
parent 1b00a314ae
commit 12b2c06b71

1
.gitignore vendored
View file

@ -3,3 +3,4 @@ config/environment.rb
log
tmp
db/data.yml
db/*.sqlite3