mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2025-12-21 08:40:10 -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