diff options
author | raghunayyar <me@iraghu.com> | 2013-08-28 19:30:49 +0530 |
---|---|---|
committer | raghunayyar <me@iraghu.com> | 2013-08-28 19:30:49 +0530 |
commit | 6b278c89b3c939d602d1b0d38752cf35f4e2aa10 (patch) | |
tree | f0ae8f7f35a5bd7b0598caa415b26d455a243ac7 /.gitignore | |
parent | 0c02e1efef76430eea8986697cd9736814fb604a (diff) | |
download | nextcloud-server-6b278c89b3c939d602d1b0d38752cf35f4e2aa10.tar.gz nextcloud-server-6b278c89b3c939d602d1b0d38752cf35f4e2aa10.zip |
Adds Node Modules to build in gitignore for easy testing.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 43f3cab9121..724f2460b04 100644 --- a/.gitignore +++ b/.gitignore @@ -82,6 +82,9 @@ nbproject # Tests /tests/phpunit.xml +# Node Modules +/build/node_modules/ + # Tests - auto-generated files /data-autotest /tests/coverage* |