From 583360a85165647792c5e6ef0118299863e61f82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Wed, 10 May 2023 09:58:10 +0200 Subject: [PATCH] Mark `.github/` as `export-ignore` --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 3d291a0..aac2f3a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,6 @@ .gitattributes export-ignore .gitignore export-ignore +.github/ export-ignore .php_cs.dist export-ignore .scrutinizer.yml export-ignore .travis.yml export-ignore