mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-18 00:00: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
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -3,3 +3,4 @@ config/environment.rb
|
||||||
log
|
log
|
||||||
tmp
|
tmp
|
||||||
db/data.yml
|
db/data.yml
|
||||||
|
db/*.sqlite3
|
||||||
Loading…
Add table
Add a link
Reference in a new issue