From 4e8fad98d801117350ee8c6100d666decd0709c7 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Fri, 20 Apr 2018 20:00:09 +0200 Subject: [PATCH] chore: disable-crypt --- .gitattributes | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index 17e9fcf..50e1b6a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,9 +1,9 @@ # 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 +#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