From ce5bc47fb33c2d65aee748a5b99ef990fe9c33c5 Mon Sep 17 00:00:00 2001 From: Djamil Legato Date: Thu, 4 Feb 2016 17:39:33 -0800 Subject: [PATCH] Added `.gitattributes` to normalize Linguist --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..e3cf70c0 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +# Linguist Normalizer +*.yaml linguistic-language=PHP +*.twig linguistic-language=PHP +**/gulpfile.js linguist-vendored +**/webpack.conf.js linguist-vendored +**/js/*.js linguist-vendored +**/js/*.json linguist-vendored +**/css-compiled/*.css linguist-vendored