chore: 更新.gitignore,排除日志和临时文件
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
17
.gitignore
vendored
17
.gitignore
vendored
@@ -64,3 +64,20 @@ build/
|
|||||||
dist/
|
dist/
|
||||||
*.exe
|
*.exe
|
||||||
*.db
|
*.db
|
||||||
|
|
||||||
|
# ==================================================
|
||||||
|
# 日志 / 临时文件
|
||||||
|
# ==================================================
|
||||||
|
*.log
|
||||||
|
nul
|
||||||
|
hook-paddlex.py
|
||||||
|
|
||||||
|
# ==================================================
|
||||||
|
# IDE / 工具配置(本地)
|
||||||
|
# ==================================================
|
||||||
|
.claude/
|
||||||
|
|
||||||
|
# ==================================================
|
||||||
|
# Android - release APK(已单独管理)
|
||||||
|
# ==================================================
|
||||||
|
android-app/app/release/
|
||||||
|
|||||||
Reference in New Issue
Block a user