Adds Node Modules to build in gitignore for easy testing.
This commit is contained in:
parent
0c02e1efef
commit
6b278c89b3
|
@ -82,6 +82,9 @@ nbproject
|
||||||
# Tests
|
# Tests
|
||||||
/tests/phpunit.xml
|
/tests/phpunit.xml
|
||||||
|
|
||||||
|
# Node Modules
|
||||||
|
/build/node_modules/
|
||||||
|
|
||||||
# Tests - auto-generated files
|
# Tests - auto-generated files
|
||||||
/data-autotest
|
/data-autotest
|
||||||
/tests/coverage*
|
/tests/coverage*
|
||||||
|
|
Loading…
Reference in New Issue