18 lines
282 B
Plaintext
18 lines
282 B
Plaintext
**/bin/
|
|
**/obj/
|
|
**/.vs/
|
|
**/.idea/
|
|
**/*.user
|
|
**/*.suo
|
|
**/*.cache
|
|
**/TestResults/
|
|
**/test-results/
|
|
**/playwright-report/
|
|
**/node_modules/
|
|
|
|
.git
|
|
|
|
# Local deployment runtime artifacts should stay on host, not in image context
|
|
/deploy/docker/runtime-config/
|
|
/deploy/docker/runtime-logs/
|