加固部署配置与敏感路径拦截
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
.git
|
||||
.gitignore
|
||||
.worktrees
|
||||
.agents
|
||||
.claude
|
||||
.DS_Store
|
||||
.env
|
||||
.env.*
|
||||
**/.env
|
||||
**/.env.*
|
||||
pg_data
|
||||
tmp
|
||||
.install-logs
|
||||
.pytest_cache
|
||||
**/.pytest_cache
|
||||
**/__pycache__
|
||||
**/*.pyc
|
||||
frontend/node_modules
|
||||
frontend/dist
|
||||
backend/.coverage
|
||||
backend/.pytest_cache
|
||||
nginx/certs
|
||||
Reference in New Issue
Block a user