OSVauco/opax-web/.dockerignore
Chris Christiansen dc9f7b6626 feat(opax-web): add read-only Git BFF and hardened UI
Replace the generic mcp-call socket path with two authenticated, read-only Git actions. Add response normalization and error masking, a purpose-built frontend, container build configuration, and socket handler unit tests.
2026-09-09 17:26:07 +00:00

16 lines
239 B
Plaintext

# Ekskluder lokale avhengighetsmapper fra build context
node_modules
**/node_modules
# Ekskluder lokale build-artefakter
dist
**/dist
# Ekskluder miljøfiler og Git-historikk
.env
.env.*
.git
# Ekskluder npm-debug-logger
npm-debug.log*