thread-master/.dockerignore

14 lines
150 B
Plaintext
Raw Normal View History

2026-06-30 09:10:23 +00:00
.git
.run
.cursor
**/node_modules
backend/bin
backend/web/dist
backend/dev-console/dist
frontend/dist
**/*_test.go
**/.DS_Store
infra
*.md
!deploy/**