diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-04-28 18:04:45 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-04-28 18:04:45 -0300 |
commit | f10f92353f7b87325de13af980224ae62f2960c5 (patch) | |
tree | 2b03ccc8f5d68c58c724adf21c83e024677414b7 /nodemon.json | |
parent | c3284dc82fd40d9df00984093b8369bf26e15917 (diff) |
Diffstat (limited to 'nodemon.json')
-rw-r--r-- | nodemon.json | 7 |
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": "*" +} |