Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraghunayyar <me@iraghu.com>2013-08-28 18:00:49 +0400
committerraghunayyar <me@iraghu.com>2013-08-28 18:00:49 +0400
commit6b278c89b3c939d602d1b0d38752cf35f4e2aa10 (patch)
treef0ae8f7f35a5bd7b0598caa415b26d455a243ac7 /.gitignore
parent0c02e1efef76430eea8986697cd9736814fb604a (diff)
Adds Node Modules to build in gitignore for easy testing.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
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*