diff options
author | Aylur <[email protected]> | 2024-11-07 02:46:29 +0000 |
---|---|---|
committer | Aylur <[email protected]> | 2024-11-07 02:46:29 +0000 |
commit | c84ede5a1b0566c6a6fe2dc6c0594c02cac21815 (patch) | |
tree | 2817c541e26281d282535d32ced94a300ccf5315 | |
parent | 779ec440e209b01d3a44f9377af78653d197fdc8 (diff) |
update gitattributes
mark examples as vendored for linguist
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index df23535..cd3dbf9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,3 +2,4 @@ *.js linguist-language=TypeScript *.vue linguist-vendored *.h linguist-vendored +examples/** linguist-vendored |