chore(.gitignore): Don't consider backups of the local db
This commit is contained in:
parent
3b2937b6d1
commit
06351ca22e
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -2,6 +2,7 @@
|
|||
.pre-commit-config.yaml
|
||||
|
||||
db.sqlite3
|
||||
db.sqlite3.*
|
||||
__pycache__/
|
||||
|
||||
.static/*
|
||||
|
|
Loading…
Add table
Reference in a new issue