diff --git a/.gitattributes b/.gitattributes index aceecf6..09d5c91 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,6 @@ -*.sty linguist-detectable=false -*.bst linguist-detectable=false -*.bib linguist-detectable=false +* linguist-vendored +*.bib linguist-vendored=false +*.sty linguist-vendored=false +*.bst linguist-vendored=false +*.js linguist-language=TypeScript +*.ipynb linguist-language=Python