chore(docker): 添加dockerignore文件以排除无关目录
- 增加.dockerignore配置 - 排除.claude、.codebuddy等开发环境相关目录 - 忽略.git及.github目录防止提交敏感信息 - 排除编辑器特定配置文件夹如.idea和.vscode - 添加.qoder目录至忽略列表防止打包无用文件
This commit is contained in:
8
.dockerignore
Normal file
8
.dockerignore
Normal file
@@ -0,0 +1,8 @@
|
||||
/.claude/
|
||||
/.codebuddy/
|
||||
/.idea/
|
||||
/.git/
|
||||
/.gitignore
|
||||
/.github/
|
||||
/.qoder/
|
||||
/.vscode/
|
||||
Reference in New Issue
Block a user