diff options
-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/**" + ] +} |