增加忽略项目
This commit is contained in:
parent
ee8733a0ce
commit
c5eeb87488
22
.gitignore
vendored
22
.gitignore
vendored
@ -8,9 +8,6 @@ node_modules/
|
|||||||
config.local.json
|
config.local.json
|
||||||
!config.example.json
|
!config.example.json
|
||||||
|
|
||||||
# 忽略 IDE 文件
|
|
||||||
.idea/
|
|
||||||
*.iml
|
|
||||||
|
|
||||||
# 忽略编译输出目录
|
# 忽略编译输出目录
|
||||||
dist/
|
dist/
|
||||||
@ -23,7 +20,6 @@ test
|
|||||||
__pycache__/
|
__pycache__/
|
||||||
|
|
||||||
|
|
||||||
*.iml
|
|
||||||
misc.xml
|
misc.xml
|
||||||
profiles_settings.xml
|
profiles_settings.xml
|
||||||
Project_Default.xml
|
Project_Default.xml
|
||||||
@ -31,9 +27,21 @@ Project_Default.xml
|
|||||||
|
|
||||||
|
|
||||||
# 忽略 Python 缓存文件
|
# 忽略 Python 缓存文件
|
||||||
__pycache__/
|
|
||||||
*.pyc
|
|
||||||
*.pyo
|
*.pyo
|
||||||
*.pyd
|
*.pyd
|
||||||
*.mo
|
*.mo
|
||||||
*.so
|
*.so
|
||||||
|
|
||||||
|
|
||||||
|
uvmodule.log
|
||||||
|
|
||||||
|
|
||||||
|
# IDE
|
||||||
|
.idea/
|
||||||
|
*.iml
|
||||||
|
.vscode/
|
||||||
|
|
||||||
|
|
||||||
|
# Temp files
|
||||||
|
*.tmp
|
||||||
|
*.swp
|
||||||
Loading…
x
Reference in New Issue
Block a user