提交本地的sqlite文件作为ignore
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user