mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 23:30:12 +01:00
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:
parent
1b00a314ae
commit
12b2c06b71
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -2,4 +2,5 @@ config/database.yml
|
|||
config/environment.rb
|
||||
log
|
||||
tmp
|
||||
db/data.yml
|
||||
db/data.yml
|
||||
db/*.sqlite3
|
||||
Loading…
Add table
Add a link
Reference in a new issue