style(proto): ignore tmp-swagger-gen/**/*.swagger.json

This commit is contained in:
Prad Nukala
2025-10-21 12:04:29 -04:00
parent e3b492f3b9
commit 53a34171e8
45 changed files with 300 additions and 181 deletions
+5 -1
View File
@@ -95,6 +95,7 @@ logs/
configs/logs.json
tmp/
tmp*
tmp-swagger-gen/
# ===== Environment & Secrets =====
.env
@@ -121,5 +122,8 @@ COMPLETION_SUMMARY.md
data/
compose/
heighliner*
**/*.swagger.yaml
# Ignore individual module swagger files (generated in tmp directory)
tmp-swagger-gen/**/*.swagger.json
# Allow the final combined swagger.yaml
!client/docs/swagger-ui/swagger.yaml
.mcp.json