thread-master/.dockerignore

12 lines
108 B
Plaintext
Raw Normal View History

2026-06-26 08:37:04 +00:00
.git
2026-06-28 10:08:43 +00:00
.run
.cursor
**/node_modules
backend/bin
frontend/dist
2026-06-26 08:37:04 +00:00
**/*_test.go
**/.DS_Store
2026-06-28 10:08:43 +00:00
infra
2026-06-26 08:37:04 +00:00
*.md
2026-06-28 10:08:43 +00:00
!deploy/**