From a5f860133f0850730059519843597a9bccb64ead Mon Sep 17 00:00:00 2001 From: Reedy Date: Sat, 12 Oct 2019 01:27:05 +0100 Subject: [PATCH] Add .gitignore to .gitattributes --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index aa02dc6..ebb9287 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ /Tests export-ignore /phpunit.xml.dist export-ignore +/.gitignore export-ignore