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/
|
|
|
|
|
|
2026-06-09 07:07:07 +03:30
|
|
|
# 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
|