From 5d912141bde9a9ee2a31f80e3ed3f0a4a4994444 Mon Sep 17 00:00:00 2001 From: Amor Kumar Date: Wed, 26 Jun 2024 16:53:18 -0400 Subject: [PATCH] Add blocks to gitignore --- .gitignore | 1 + .stylelintignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 54236a2..5f9fbbb 100644 --- a/.gitignore +++ b/.gitignore @@ -23,6 +23,7 @@ vendor/ # theme build/ +/blocks/ #tests pa11y-ci-report/ diff --git a/.stylelintignore b/.stylelintignore index ebb4e2c..b32bed8 100644 --- a/.stylelintignore +++ b/.stylelintignore @@ -1,4 +1,5 @@ build/ +/blocks/ vendor/ node_modules/ !.*.js