From ff2101efdce976f9894f35716b0429eea1a705e2 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Wed, 3 Oct 2018 16:28:18 -0400 Subject: [PATCH] Add .gitattributes file Properly identify all vendored code. --- .gitattributes | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..bf92e559 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,9 @@ +mkdocs/contrib/search/lunr-language/** linguist-vendored +mkdocs/themes/mkdocs/js/** linguist-vendored +mkdocs/themes/mkdocs/js/base.js linguist-vendored=false +mkdocs/themes/mkdocs/css/** linguist-vendored +mkdocs/themes/mkdocs/css/base.css linguist-vendored=false +mkdocs/themes/readthedocs/js/** linguist-vendored +mkdocs/themes/readthedocs/js/theme.js linguist-vendored=false +mkdocs/themes/readthedocs/css/** linguist-vendored +mkdocs/themes/readthedocs/css/theme_extra.css linguist-vendored=false