From 42384f29bad61dcaa62c6ed591c3761ed01f1c22 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Mon, 12 Jul 2021 14:48:59 +0200 Subject: [PATCH] Ignore config file --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 02e43648..52e9cb43 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,4 +3,5 @@ /.* export-ignore /phpstan.neon.dist export-ignore /phpunit.xml.dist export-ignore +/_config.yml export-ignore /UPGRADE.md