From 11bf3a2048465d958b196278a3bd828a752006fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Menrath?= Date: Sat, 28 Sep 2024 16:18:00 +0200 Subject: [PATCH] add node_modules to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 50b321e..c9c0c3f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ -vendor +vendor/ composer.lock .phpunit.result.cache +node_modules/