feat: hide some files from linguist, mark others as generated (#2331)

This commit is contained in:
matt
2025-09-24 12:46:43 -04:00
committed by GitHub
parent df1dab945b
commit 0ac6cfb0fd

16
.gitattributes vendored Normal file
View File

@@ -0,0 +1,16 @@
# -------- ignored ---------
**/examples/** linguist-detectable=false
api-contracts/** linguist-detectable=false
.github/** linguist-detectable=false
# -------- generated ---------
### docs
frontend/docs/snippets/** linguist-generated
### sdks
sdks/python/hatchet-sdk/clients/rest/api/** linguist-generated
sdks/python/hatchet-sdk/clients/rest/models/** linguist-generated
sdks/python/hatchet-sdk/contracts/** linguist-generated
sdks/typescript/src/clients/rest/generated/** linguist-generated
sdks/typescript/src/protoc/** linguist-generated