haixunMaster/haixun-backend/.dockerignore

9 lines
174 B
Plaintext
Raw Permalink Normal View History

2026-06-25 09:49:25 +00:00
.run
.git
web/node_modules
2026-06-25 09:52:17 +00:00
# web/dist 保留給 deploy/Dockerfile.web.static本機 make web-build 後 COPY
2026-06-25 09:49:25 +00:00
worker/node_modules
**/*_test.go
**/.DS_Store
*.md
!deploy/**