清理冗余文件,更新 Dockerfile 和配置
This commit is contained in:
11
.gitignore
vendored
11
.gitignore
vendored
@@ -25,6 +25,12 @@ __pycache__/
|
||||
*.class
|
||||
*.so
|
||||
.Python
|
||||
.pytest_cache/
|
||||
.ruff_cache/
|
||||
.mypy_cache/
|
||||
.coverage
|
||||
coverage.xml
|
||||
htmlcov/
|
||||
env/
|
||||
venv/
|
||||
ENV/
|
||||
@@ -56,3 +62,8 @@ verify_*.sh
|
||||
|
||||
# 内部文档
|
||||
docs/
|
||||
|
||||
# 前端依赖(体积大,不应入库)
|
||||
node_modules/
|
||||
app-frontend/node_modules/
|
||||
admin-frontend/node_modules/
|
||||
|
||||
Reference in New Issue
Block a user