summaryrefslogtreecommitdiff
path: root/.nycrc
diff options
context:
space:
mode:
Diffstat (limited to '.nycrc')
-rw-r--r--.nycrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/.nycrc b/.nycrc
new file mode 100644
index 0000000..1dd24d4
--- /dev/null
+++ b/.nycrc
@@ -0,0 +1,6 @@
+{
+ "exclude": [
+ "test",
+ "debug.js"
+ ]
+}