fix: keep runtime state out of backend images

This commit is contained in:
237899745
2026-07-27 13:15:54 +08:00
parent f5377e51bb
commit 39fca59cc4
2 changed files with 18 additions and 45 deletions

View File

@@ -1,46 +1,12 @@
# 依赖目录
node_modules
# 数据目录
data/
storage/
# 环境配置
.env
.env.local
.env.*.local
# 日志
*.log
npm-debug.log*
# 编辑器
.idea/
.vscode/
*.swp
*.swo
*~
# 操作系统
.DS_Store
Thumbs.db
# 测试和开发文件
*.test.js
*.spec.js
test/
tests/
coverage/
# 文档
*.md
!README.md
# Git
.git
.gitignore
# 临时文件
*.tmp
*.temp
.cache/
node_modules
npm-debug.log*
.env
.env.*
data/*
!data/.gitkeep
storage/*
!storage/.gitkeep
tests
test_*.js
*.bat