chore: checkpoint admin restore state
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
.git
|
||||
.gitignore
|
||||
.DS_Store
|
||||
.env
|
||||
.env.example
|
||||
.env.production
|
||||
.adm-api.pid
|
||||
.adm-dev.pid
|
||||
.adm-preview.pid
|
||||
.claude
|
||||
.mindops
|
||||
node_modules
|
||||
coverage
|
||||
*.log
|
||||
adm-preview.log
|
||||
adm-api.log
|
||||
# 开发源码与文档 — 103 只允许运行产物,不允许保留可编辑源码树
|
||||
src
|
||||
docs
|
||||
tsconfig.app.json
|
||||
tsconfig.json
|
||||
tsconfig.node.json
|
||||
vite.config.ts
|
||||
# 开发入口页(dist/index.html 必须保留)
|
||||
/index.html
|
||||
DEVELOPMENT_RELEASE_RULES.md
|
||||
ENGINEERING_WORKFLOW_RULES.md
|
||||
PRODUCTION_RELEASE_RULES.md
|
||||
TEST_RELEASE_RULES.md
|
||||
# 仅本机开发/运维脚本
|
||||
scripts/dev.mjs
|
||||
scripts/local_restart.sh
|
||||
scripts/pro_restart.sh
|
||||
scripts/rsync_to_server.sh
|
||||
scripts/audit-103-state.sh
|
||||
scripts/gadm-nginx-105.conf
|
||||
scripts/gadm-nginx.conf.example
|
||||
scripts/gadm-lb.Caddyfile
|
||||
Reference in New Issue
Block a user