« get me outta code hell

wiki-blog - Unnamed repository; edit this file 'description' to name the repository.
summary refs log tree commit diff
path: root/nodemon.json
diff options
context:
space:
mode:
Diffstat (limited to 'nodemon.json')
-rw-r--r--nodemon.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/nodemon.json b/nodemon.json
new file mode 100644
index 0000000..adc162e
--- /dev/null
+++ b/nodemon.json
@@ -0,0 +1,7 @@
+{
+  "ignore": [
+    "./output/**/*",
+    "./output2/**/*"
+  ],
+  "ext": "*"
+}