mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
style(proto): ignore tmp-swagger-gen/**/*.swagger.json
This commit is contained in:
+5
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user