From 9cf10f80a50f44578cdf88dc33368afefeecaae4 Mon Sep 17 00:00:00 2001 From: Aaron Ware Date: Wed, 9 Feb 2022 18:11:27 -0500 Subject: [PATCH] fix: Fixing an issue with vendor assets that are committed in the repo incorrectly --- .distignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.distignore b/.distignore index 6f1f6f9e..d2ba7ab1 100644 --- a/.distignore +++ b/.distignore @@ -3,7 +3,11 @@ /.github /node_modules /assets - +/vendor/wp-coding-standards +/vendor/squizlabs +/vendor/dealerdirect +/vendor/phpcompatibility +/vendor/php-parallel-lint gulpfile.babel.js yarn.lock config.yml