From 53b7f7b982221eec14caa33f8fbfe3eb0211c52e Mon Sep 17 00:00:00 2001 From: Chris Reynolds Date: Fri, 6 Dec 2024 14:25:42 -0700 Subject: [PATCH] ignore scripts from wpunit-helpers --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index a0a3d98..0ee3fce 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,7 @@ binding.* node_modules/ vendor/ +bin/helpers.sh +bin/install-local-tests.sh +bin/install-wp-tests.sh +bin/phpunit-test.sh