From 94466951a239f1d1d34166151162bde2fda8f8b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Tue, 12 Jul 2022 12:30:19 +0200 Subject: [PATCH] Add `export-ignore` attribute for `/renovate.json` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit see c156eda11adb08844f8dfacdc221470611758ca5 Signed-off-by: Tim Düsterhus --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 25bb0723..608d975e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,4 +7,5 @@ /mkdocs.yml export-ignore /phpcs.xml export-ignore /phpunit.xml.dist export-ignore +/renovate.json export-ignore /test/ export-ignore