chore: extend .gitignore for local dev scripts and temp files
This commit is contained in:
@@ -112,3 +112,12 @@ it_smart_desk.db
|
|||||||
*.pid
|
*.pid
|
||||||
.coverage
|
.coverage
|
||||||
htmlcov/
|
htmlcov/
|
||||||
|
|
||||||
|
# 本地开发脚本 + 临时文件(2026-06-14 强化)
|
||||||
|
dev-start.bat
|
||||||
|
dev-start.ps1
|
||||||
|
start-backend.ps1
|
||||||
|
temp_*.txt
|
||||||
|
temp_*.py
|
||||||
|
wecom-it-desk-nas.zip
|
||||||
|
wecom-it-desk-server-deploy.zip
|
||||||
|
|||||||
Reference in New Issue
Block a user