add node_modules to gitignore
This commit is contained in:
parent
6f744b9e14
commit
11bf3a2048
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
vendor
|
||||
vendor/
|
||||
composer.lock
|
||||
.phpunit.result.cache
|
||||
node_modules/
|
||||
|
|
Loading…
Reference in a new issue