Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 2 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ app/controlplane/pkg/data/ent/** linguist-generated=true
app/controlplane/pkg/data/ent/migrate/** linguist-generated=false
app/controlplane/pkg/data/ent/migrate/** linguist-detectable=true
app/controlplane/pkg/data/ent/schema/* linguist-generated=false
app/controlplane/pkg/data/ent/schema/* linguist-detectable=true
app/controlplane/pkg/data/ent/schema/* linguist-detectable=true
app/controlplane/api/gen/jsonschema/** linguist-generated=true
2 changes: 2 additions & 0 deletions app/controlplane/api/buf.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ plugins:
- outputClientImpl=grpc-web # client implementation it generates
- esModuleInterop=true # use imports as required in modern ts setups
- useOptionals=messages # use optional TypeScript properties instead of undefined
- plugin: buf.build/bufbuild/protoschema-jsonschema
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you make sure we ignore them here too?

https://github.com/chainloop-dev/chainloop/blob/main/.gitattributes

out: ./gen/jsonschema

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading