diff --git a/.gitignore b/.gitignore index 17625f4..19e05c1 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ .zed .vscode .idea +HEAD # Local .claude/ @@ -10,3 +11,4 @@ # Secrets **/secrets/ **/.env +gateway/config.json diff --git a/gateway/config.json b/gateway/config.example.json similarity index 100% rename from gateway/config.json rename to gateway/config.example.json