« get me outta code hell

nodemon.json - wiki-blog - Unnamed repository; edit this file 'description' to name the repository.
summary refs log tree commit diff
path: root/nodemon.json
blob: adc162e3eca27421914be06fdc123e0925c1a881 (plain)
1
2
3
4
5
6
7
{
  "ignore": [
    "./output/**/*",
    "./output2/**/*"
  ],
  "ext": "*"
}