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:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -2,6 +2,7 @@
|
|||||||
.zed
|
.zed
|
||||||
.vscode
|
.vscode
|
||||||
.idea
|
.idea
|
||||||
|
HEAD
|
||||||
|
|
||||||
# Local
|
# Local
|
||||||
.claude/
|
.claude/
|
||||||
@@ -10,3 +11,4 @@
|
|||||||
# Secrets
|
# Secrets
|
||||||
**/secrets/
|
**/secrets/
|
||||||
**/.env
|
**/.env
|
||||||
|
gateway/config.json
|
||||||
|
|||||||
Reference in New Issue
Block a user