From c068f737345f415dc41a8da20af470e5da145795 Mon Sep 17 00:00:00 2001 From: Kijin Sung Date: Sat, 2 Jan 2021 23:32:05 +0900 Subject: [PATCH] Add .github folder to .gitattributes --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 79991bb39..d8bbc742e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,5 @@ .gitattributes export-ignore +.github export-ignore .gitignore export-ignore .travis.yml export-ignore /tests/ export-ignore