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
+4 -3
View File
@@ -1,15 +1,16 @@
version: v1
plugins:
# Generate OpenAPI v2 (Swagger) documentation
# Follows Cosmos SDK standard approach: generate to tmp directory, then combine
- name: openapiv2
out: ../docs/static/openapi
out: ../tmp-swagger-gen
opt:
- logtostderr=true
- fqn_for_swagger_name=true
- simple_operation_ids=true
- openapi_naming_strategy=simple
- json_names_for_fields=true
- allow_merge=false
- output_format=yaml
- output_format=json
# Generate methods without HTTP bindings
- generate_unbound_methods=true
# Include service tags