add node_modules to gitignore
All checks were successful
PHP Code Checker / PHP Code Checker (push) Successful in 36s
PHPUnit / PHPUnit – PHP 8.1 (push) Successful in 1m5s
PHPUnit / PHPUnit – PHP 8.2 (push) Successful in 59s
PHPUnit / PHPUnit – PHP 8.3 (push) Successful in 1m0s

This commit is contained in:
André Menrath 2024-09-28 16:18:00 +02:00
parent 6f744b9e14
commit 11bf3a2048

3
.gitignore vendored
View file

@ -1,3 +1,4 @@
vendor vendor/
composer.lock composer.lock
.phpunit.result.cache .phpunit.result.cache
node_modules/