From 358839183d9302f752fe42b25a41e4a3303a96f1 Mon Sep 17 00:00:00 2001 From: Kamron Batman <3953314+kamronbatman@users.noreply.github.com> Date: Sat, 6 Feb 2021 21:15:29 -0800 Subject: [PATCH] fix(git): Updates git attributes (#477) --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitattributes b/.gitattributes index fc3daceb7..95bef4a51 100644 --- a/.gitattributes +++ b/.gitattributes @@ -25,3 +25,9 @@ # Specific paths publish.cmd text eol=lf + +# Do not export +/.git export-ignore +/.github export-ignore +.gitignore export-ignore +.gitattributes export-ignore