增加忽略项目

This commit is contained in:
martin 2026-01-27 14:13:37 +08:00
parent ee8733a0ce
commit c5eeb87488

20
.gitignore vendored
View File

@ -8,9 +8,6 @@ node_modules/
config.local.json
!config.example.json
# 忽略 IDE 文件
.idea/
*.iml
# 忽略编译输出目录
dist/
@ -23,7 +20,6 @@ test
__pycache__/
*.iml
misc.xml
profiles_settings.xml
Project_Default.xml
@ -31,9 +27,21 @@ Project_Default.xml
# 忽略 Python 缓存文件
__pycache__/
*.pyc
*.pyo
*.pyd
*.mo
*.so
uvmodule.log
# IDE
.idea/
*.iml
.vscode/
# Temp files
*.tmp
*.swp