From 4f22ceac17d6121a7a0a8c490daed7c352c3adaa Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Sun, 21 Aug 2016 17:01:03 -0400 Subject: [PATCH] removing .gitattributes #37 --- .gitattributes | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 0d2229fe..00000000 --- a/.gitattributes +++ /dev/null @@ -1,28 +0,0 @@ -# These files are always considered text and should use LF. -# See core.whitespace @ http://git-scm.com/docs/git-config for whitespace flags. -*.php text eol=lf whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4 diff=php -*.json text eol=lf whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4 -*.test text eol=lf whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4 - -# (binary is a macro for -text -diff) -*.png binary -*.jpg binary -*.jpeg binary -*.gif binary -*.ico binary -*.mov binary -*.mp4 binary -*.mp3 binary -*.flv binary -*.fla binary -*.swf binary -*.gz binary -*.zip binary -*.7z binary -*.ttf binary -*.eot binary -*.woff binary -*.pyc binary -*.pdf binary -*.woff binary -*.woff2 binary