refactor(docker): 重构docker相关文件目录结构并移除冗余脚本
将docker相关文件(.dockerignore, Dockerfile, nginx.conf, docker.md)移动到codes/docker目录下 移除package.json中冗余的docker:prepare脚本
This commit is contained in:
31
codes/docker/.dockerignore
Normal file
31
codes/docker/.dockerignore
Normal file
@@ -0,0 +1,31 @@
|
||||
# 依赖目录
|
||||
node_modules
|
||||
|
||||
# 版本控制
|
||||
.git
|
||||
.gitignore
|
||||
|
||||
# 构建产物
|
||||
/dist
|
||||
|
||||
# 开发工具配置
|
||||
.vscode/
|
||||
.idea/
|
||||
.trae/
|
||||
.cursor/
|
||||
|
||||
# 其他配置文件
|
||||
.github/
|
||||
.husky/
|
||||
|
||||
# 日志文件
|
||||
logs/
|
||||
|
||||
# 缓存文件
|
||||
.cache/
|
||||
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# 操作系统文件
|
||||
.DS_Store
|
||||
Reference in New Issue
Block a user