« get me outta code hell

add basic nodemon.json file - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/nodemon.json
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-12-03 18:27:56 -0400
committer(quasar) nebula <qznebula@protonmail.com>2023-12-03 18:27:56 -0400
commitd9d2bd7642b1ef398ad2ff5cfb027abaf437e4a3 (patch)
tree2f1a45f6dcbba4e032bcf520cfb2e2ee3b4487e1 /nodemon.json
parentcdf4ad59b6bc634a2268fb84e72181e59262aaf2 (diff)
add basic nodemon.json file
Diffstat (limited to 'nodemon.json')
-rw-r--r--nodemon.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/nodemon.json b/nodemon.json
new file mode 100644
index 0000000..f14074d
--- /dev/null
+++ b/nodemon.json
@@ -0,0 +1,5 @@
+{
+  "ignore": [
+    "tap-snapshots/**"
+  ]
+}