Adds Node Modules to build in gitignore for easy testing.

This commit is contained in:
raghunayyar 2013-08-28 19:30:49 +05:30
parent 0c02e1efef
commit 6b278c89b3
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -82,6 +82,9 @@ nbproject
# Tests
/tests/phpunit.xml
# Node Modules
/build/node_modules/
# Tests - auto-generated files
/data-autotest
/tests/coverage*