mirror of
https://github.com/retspen/webvirtcloud
synced 2024-12-23 22:55:23 +00:00
ignore db.sqlite3* (backups, dumps)
This commit is contained in:
parent
b7cd731fda
commit
80c023f2f3
1 changed files with 1 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -3,7 +3,7 @@ venv
|
|||
.idea
|
||||
.DS_*
|
||||
*.pyc
|
||||
db.sqlite3
|
||||
db.sqlite3*
|
||||
console/cert.pem
|
||||
tags
|
||||
dhcpd.*
|
||||
|
|
Loading…
Reference in a new issue