mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-03-16 22:20:24 +00:00
Ignore and remove .db files from SQLite
This commit is contained in:
parent
88f51fceb7
commit
5c864d37b1
2 changed files with 4 additions and 1 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -49,4 +49,7 @@ lp-cache
|
|||
_data
|
||||
|
||||
# PostgreSQL
|
||||
logfile
|
||||
logfile
|
||||
|
||||
# SQLite
|
||||
*.db
|
||||
Binary file not shown.
Loading…
Reference in a new issue