From 939e7fc61cc8c5e8cfb592b58e596d44e40f5f45 Mon Sep 17 00:00:00 2001 From: sarahcssiqueira Date: Mon, 4 Dec 2023 17:51:55 -0300 Subject: [PATCH] update:composer to make wpcs ignore the build php files --- .phpcs.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/.phpcs.xml b/.phpcs.xml index 985c487..e12bc6a 100644 --- a/.phpcs.xml +++ b/.phpcs.xml @@ -4,6 +4,7 @@ vendor/* node_modules/* + blocks/*/build/*