diff options
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 |
commit | d9d2bd7642b1ef398ad2ff5cfb027abaf437e4a3 (patch) | |
tree | 2f1a45f6dcbba4e032bcf520cfb2e2ee3b4487e1 | |
parent | cdf4ad59b6bc634a2268fb84e72181e59262aaf2 (diff) |
add basic nodemon.json file
-rw-r--r-- | nodemon.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nodemon.json b/nodemon.json new file mode 100644 index 00000000..f14074d9 --- /dev/null +++ b/nodemon.json @@ -0,0 +1,5 @@ +{ + "ignore": [ + "tap-snapshots/**" + ] +} |