22 lines
320 B
Plaintext
22 lines
320 B
Plaintext
|
|
# 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
|