提交本地的sqlite文件作为ignore

This commit is contained in:
2025-09-07 16:08:43 +08:00
parent 60f33013df
commit 1a4271232f

3
.gitignore vendored
View File

@@ -4,10 +4,13 @@ statuspage/settings.py
# Python cache
__pycache__/
*.py[cod]
*.pyc
*$py.class
# Database
db.sqlite3
*.sqlite3
*.sqlite
# Logs
*.log