Files

21 lines
390 B
Plaintext
Raw Permalink 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 (.editorconfig is NOT ignored — the in-container build needs its analyzer rules)
2026-06-09 06:41:28 +03:30
.git/
.gitignore
.gitattributes
*.md
docs/
**/appsettings.*.local.json