fengling-console/.dockerignore
movingsam 69b82966b5
Some checks failed
Build / build (push) Failing after 31s
Deploy to K8s / deploy (push) Failing after 3s
fix: 修复 CI/CD Docker 构建 context 和 Dockerfile 路径
- context 改为 ./src
- dockerfile 改为相对于 context 的路径
2026-02-28 21:55:15 +08:00

15 lines
95 B
Plaintext

.git
.gitignore
.bin
.obj
**/bin
**/obj
.vs
.vscode
.idea
*.user
*.suo
*.cache
*.log
.DS_Store