mirror of
https://github.com/Cccc-owo/CheckInApp.git
synced 2026-06-17 05:56:29 +00:00
chore: update .gitignore
This commit is contained in:
+2
-3
@@ -4,6 +4,7 @@ __pycache__/
|
|||||||
*$py.class
|
*$py.class
|
||||||
*.so
|
*.so
|
||||||
.Python
|
.Python
|
||||||
|
.venv/
|
||||||
venv/
|
venv/
|
||||||
env/
|
env/
|
||||||
ENV/
|
ENV/
|
||||||
@@ -25,9 +26,7 @@ backend.pid
|
|||||||
frontend.pid
|
frontend.pid
|
||||||
|
|
||||||
# 数据库
|
# 数据库
|
||||||
data/*.db
|
data/
|
||||||
data/*.db-shm
|
|
||||||
data/*.db-wal
|
|
||||||
|
|
||||||
# 配置文件
|
# 配置文件
|
||||||
.env
|
.env
|
||||||
|
|||||||
Reference in New Issue
Block a user