From 698e3820e845d0f4c05d9e57b15d0fd6fb382bcd Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Mon, 27 Jan 2020 19:01:54 -0800 Subject: [PATCH] Delete gitattributes. I must have added it back when I was committing .db files to github but no need for that any more. --- .gitattributes | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 3612116..0000000 --- a/.gitattributes +++ /dev/null @@ -1,30 +0,0 @@ -# Auto detect text files and perform LF normalization -* text=auto - -# Custom for Visual Studio -*.cs diff=csharp -*.sln merge=union -*.csproj merge=union -*.vbproj merge=union -*.fsproj merge=union -*.dbproj merge=union - -*.psd binary -*.zip binary -*.db binary -*.png binary -*.jpg binary -*.ico binary -*.exe binary - -# Standard to msysgit -*.doc diff=astextplain -*.DOC diff=astextplain -*.docx diff=astextplain -*.DOCX diff=astextplain -*.dot diff=astextplain -*.DOT diff=astextplain -*.pdf diff=astextplain -*.PDF diff=astextplain -*.rtf diff=astextplain -*.RTF diff=astextplain