From bfd24fe5b38b5d17cfa774224b000750ee51643c Mon Sep 17 00:00:00 2001 From: Sam Reed <sam@reedyboy.net> Date: Mon, 18 Jan 2021 21:56:30 +0000 Subject: [PATCH] Add .github to .gitattributes (#141) --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index ea7be1e..0e4649d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,6 +5,7 @@ /.coveralls.yml export-ignore /.scrutinizer.yml export-ignore /.gitattributes export-ignore +/.github export-ignore /.gitignore export-ignore /.travis.yml export-ignore /phpunit.xml.dist export-ignore -- GitLab