From b3919af3c38d974efec44bda49279e4301488440 Mon Sep 17 00:00:00 2001 From: pakrym-stripe <99349468+pakrym-stripe@users.noreply.github.com> Date: Tue, 21 Feb 2023 08:43:47 -0800 Subject: [PATCH] Remove init.php from the list of ignored files (#1443) --- .gitattributes | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index b092cec61..034530344 100644 --- a/.gitattributes +++ b/.gitattributes @@ -10,7 +10,6 @@ /build.php export-ignore /CODE_OF_CONDUCT.md export-ignore /examples export-ignore -/init.php export-ignore /Makefile export-ignore /phpdoc.dist.xml export-ignore /phpstan-baseline.neon export-ignore