From 7f6f518467eb12dd314ecbc9abc1fc0ec14a515b Mon Sep 17 00:00:00 2001 From: HomeSpan <68477936+HomeSpan@users.noreply.github.com> Date: Sat, 7 Nov 2020 22:32:50 -0600 Subject: [PATCH] Update .gitattributes --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitattributes b/.gitattributes index d77e12a..498de31 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,8 @@ # Auto detect text files and perform LF normalization * text=auto + +# Files to exclude from archives/releases docs export-ignore +.gitattributes export-ignore +.gitignore export-ignore +README.MD export-ignore