chore(gateway): exclude config.json from repo, add example config

config.json contains deployment-specific values and should not be versioned.
config.example.json serves as a template for new deployments.
This commit is contained in:
DjeAvd
2026-04-15 12:08:48 +01:00
committed by Klagarge
parent d79f934aae
commit 27e7cd07fd
2 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@@ -2,6 +2,7 @@
.zed
.vscode
.idea
HEAD
# Local
.claude/
@@ -10,3 +11,4 @@
# Secrets
**/secrets/
**/.env
gateway/config.json