From 79023eb173d3d19c332e7487e71aca9356324458 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Sat, 29 May 2021 10:26:00 +0200 Subject: [PATCH] Fix faulty `.gitattributes` entry for the PHIVE configuration file A path isn't enough - we also need the `export-ignore`. --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 47213ad6..155b8c3e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,7 @@ /.gitattributes export-ignore /.github/ export-ignore /.gitignore export-ignore -/.phive/ +/.phive/ export-ignore /Doxyfile export-ignore /phpcs.xml export-ignore /phpunit.xml export-ignore