From 43735d404080893fc0291e8b9b769c7332c677dc Mon Sep 17 00:00:00 2001 From: Aleksandr Razumov Date: Thu, 2 Jun 2016 20:48:01 +0300 Subject: [PATCH] fix linguist stats for project --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000000..4f93df6b369 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +web/dist/app/vendor.js linguist-vendored +web/dist/app/assets/* linguist-vendored +web/src/assets/* linguist-vendored +web/src/styles/bootstrap/bootstrap.scss linguist-vendored +docs/theme/js/* linguist-vendored +docs/theme/js/theme.js linguist-vendored=false