fix: del SQLite files
This commit is contained in:
11
.gitignore
vendored
11
.gitignore
vendored
@@ -262,8 +262,17 @@ cython_debug/
|
|||||||
public/media/*
|
public/media/*
|
||||||
!public/media/README.md
|
!public/media/README.md
|
||||||
|
|
||||||
# OS specific
|
# OS specific (Synology DSM)
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
# Data Backup
|
# Data Backup
|
||||||
database/data.json
|
database/data.json
|
||||||
|
|
||||||
|
# База данных SQLite
|
||||||
|
# Никогда не копировать локальную базу в образ!
|
||||||
|
db.sqlite3
|
||||||
|
db.sqlite3-journal
|
||||||
|
db.sqlite3-shm
|
||||||
|
db.sqlite3-wal
|
||||||
|
*.sqlite3
|
||||||
|
*.sqlite3-journal
|
||||||
Binary file not shown.
Reference in New Issue
Block a user