From bb6d4e0cb382b37c4132f2865608d62840b45181 Mon Sep 17 00:00:00 2001 From: checktheroads Date: Mon, 10 Jun 2019 12:42:03 -0700 Subject: [PATCH] adding .gitattributes file --- .gitattributes | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9220b06 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,19 @@ +# Bulma +hyperglass/static/sass/base/* linguist-vendored +hyperglass/static/sass/components/* linguist-vendored +hyperglass/static/sass/elements/* linguist-vendored +hyperglass/static/sass/grid/* linguist-vendored +hyperglass/static/sass/layout/* linguist-vendored +hyperglass/static/sass/utilities/* linguist-vendored + +# jquery +hyperglass/hyperglass/static/js/jquery-* linguist-vendored + +# clipboard.js +hyperglass/static/js/clipboard* linguist-vendored + +# icofont +hyperglass/static/css/icofont/* linguist-vendored + +# docs +docs/ linguist-documentation