Files
vue-driven-cloud-storage/backend/.dockerignore
2026-07-27 13:16:26 +08:00

50 lines
439 B
Plaintext

# 依赖目录
node_modules
# 数据目录(仅保留占位文件)
data/*
!data/.gitkeep
storage/*
!storage/.gitkeep
# 环境配置
.env
.env.*
# 日志
*.log
npm-debug.log*
# 编辑器
.idea/
.vscode/
*.swp
*.swo
*~
# 操作系统
.DS_Store
Thumbs.db
# 测试和开发文件
*.test.js
*.spec.js
test/
tests/
test_*.js
coverage/
# 文档
*.md
!README.md
# Git
.git
.gitignore
# 临时和平台脚本
*.tmp
*.temp
.cache/
*.bat