Files
Teamup/.dockerignore
T

22 lines
320 B
Plaintext
Raw Normal View History

2026-06-09 06:41:28 +03:30
# Build context is the repo root. Keep it lean and deterministic.
**/bin/
**/obj/
**/.vs/
**/.idea/
artifacts/
TestResults/
# Frontend — rebuilt inside the image
client/node_modules/
client/dist/
client/.vite/
# VCS / docs / local
.git/
.gitignore
.gitattributes
*.md
docs/
.editorconfig
**/appsettings.*.local.json