Skip to content

Commit

Permalink
Add Java & Kotlin generated files to gitattributes (#19930)
Browse files Browse the repository at this point in the history
* Add Java & Kotlin generated files to gitattributes

Related #19868

* more changes
  • Loading branch information
Siddhant-K-code authored Jun 19, 2024
1 parent f132747 commit 6b648c7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,12 @@ components/**/*_pb.ts linguist-generated=true
components/**/*_pb.d.ts linguist-generated=true
components/**/*_connectweb.ts linguist-generated=true
components/**/*.pb.ts linguist-generated=true
components/public-api/**/*.java linguist-generated=true
components/public-api/**/*.kt linguist-generated=true
components/**/*_connect.go linguist-generated=true
components/public-api/**/*_connect.ts linguist-generated=true
components/ide-metrics-api/**/*.java linguist-generated=true
components/supervisor-api/**/*.java linguist-generated=true
components/supervisor-api/typescript-rest linguist-generated=true

**/go.sum linguist-generated=true

0 comments on commit 6b648c7

Please sign in to comment.