refactor(docker): 重构docker相关文件目录结构并移除冗余脚本

将docker相关文件(.dockerignore, Dockerfile, nginx.conf, docker.md)移动到codes/docker目录下
移除package.json中冗余的docker:prepare脚本
This commit is contained in:
feige996
2025-10-13 17:05:55 +08:00
parent 4c5ed50fb6
commit dac85b44fd
5 changed files with 0 additions and 1 deletions

View File

@@ -0,0 +1,31 @@
# 依赖目录
node_modules
# 版本控制
.git
.gitignore
# 构建产物
/dist
# 开发工具配置
.vscode/
.idea/
.trae/
.cursor/
# 其他配置文件
.github/
.husky/
# 日志文件
logs/
# 缓存文件
.cache/
*.swp
*.swo
# 操作系统文件
.DS_Store