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.
16 lines
239 B
Plaintext
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*
|