From 2ffb13598efcf31069aa2c6ec47f9365227cf481 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Sun, 28 Mar 2021 00:06:07 +0000 Subject: [PATCH] Add .github folder to .gitattributes export-ignore --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 64d88f3..5794cff 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,6 +6,7 @@ # https://blog.madewithlove.be/post/gitattributes/ # /.gitattributes export-ignore +/.github export-ignore /.gitignore export-ignore /.travis.yml export-ignore /appveyor.yml export-ignore