From bace8e7d0411697518e40d4366732480d905206f Mon Sep 17 00:00:00 2001 From: Luke Towers Date: Mon, 16 Dec 2024 01:59:52 -0600 Subject: [PATCH] Ignore the project's phpcs.xml file when exporting it as a new project The core phpcs.xml is only relevant to core development, not projects using Winter. Running winter:sniff without a config file present will auto generate one from the stubs in the system module. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 1a7fadf6c..4ae6ab295 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8,3 +8,4 @@ .gitattributes export-ignore CHANGELOG.md export-ignore /package.json export-ignore +phpcs.xml export-ignore