From d334740b07d9f2c45a9c1041e8324c0cdb55a115 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Sat, 5 Sep 2020 08:13:13 +0200 Subject: [PATCH] Ignore .gitattributes and .gitignore for exports --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 9eece1b..6c68f98 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,5 @@ +/.gitattributes export-ignore +/.gitignore export-ignore /.github export-ignore /.phive export-ignore /.php_cs.dist export-ignore