From f7bbce8422df830d6f9f1a68c3ef7a634c325c75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Wed, 1 Mar 2023 10:05:01 +0100 Subject: [PATCH] Add `renovate.json export-ignore` to `.gitattributes` --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index b99108ce..a4829cdd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,6 +4,7 @@ /.gitignore export-ignore /.*.yml export-ignore /README.md export-ignore +/renovate.json export-ignore /*.dist export-ignore /composer.lock export-ignore /Makefile export-ignore