thread-master/.dockerignore

16 lines
193 B
Plaintext
Raw Normal View History

2026-06-30 09:10:23 +00:00
.git
.run
.cursor
**/node_modules
2026-07-03 14:42:19 +00:00
**/.env
2026-06-30 09:10:23 +00:00
backend/bin
backend/web/dist
2026-07-03 14:42:19 +00:00
backend/web/public/downloads/*.zip
2026-06-30 09:10:23 +00:00
backend/dev-console/dist
frontend/dist
**/*_test.go
**/.DS_Store
infra
*.md
!deploy/**