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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2016-10-17 22:42:41 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2016-10-18 16:22:47 +0300
commit108ca00c16793d33f9edcdfff215b3ccd40e5972 (patch)
tree220c51c3d41b6b0201c858e4a72d00d6ab050a8a /.gitignore
parentd88b2e769cd26cb70e8fa05d467596ca6483faef (diff)
add karma/jasmine config for js unit testing
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000..256bcba29
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+# Exclude npm deps
+node_modules
+
+# Karma/jasmine coverage data
+coverage