提交本地的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 # Python cache
__pycache__/ __pycache__/
*.py[cod] *.py[cod]
*.pyc
*$py.class *$py.class
# Database # Database
db.sqlite3 db.sqlite3
*.sqlite3
*.sqlite
# Logs # Logs
*.log *.log