mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2025-12-16 22:35:11 -06:00
feat: hide some files from linguist, mark others as generated (#2331)
This commit is contained in:
16
.gitattributes
vendored
Normal file
16
.gitattributes
vendored
Normal 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
|
||||
Reference in New Issue
Block a user