From cb2725336e6efb0a630c6bd12cd2cda52e9f22ec Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Wed, 27 Dec 2017 11:43:22 +0200 Subject: [PATCH] Fixed .gitattributes Fix for GitHub Linguist to avoid treating this project as C++ repo --- .gitattributes | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index d2aa8d7..17e9fcf 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,9 @@ -src/**/*.* filter=git-crypt diff=git-crypt -.gulp/**/*.* filter=git-crypt diff=git-crypt -extensions/**/*.ts filter=git-crypt diff=git-crypt \ No newline at end of file +# Default for those who don't have core.autocrlf set +* text=auto + +src/**/*.* filter=git-crypt diff=git-crypt +.gulp/**/*.* filter=git-crypt diff=git-crypt +extensions/**/*.ts filter=git-crypt diff=git-crypt + +# Fix for GitHub Linguist to avoid treating this project as C++ repo +test/* linguist-vendored