From 7fc1349ad43edec8fcfd8990682ec2b189517181 Mon Sep 17 00:00:00 2001 From: Mike Kormendy Date: Sun, 6 Nov 2022 19:25:04 -0600 Subject: [PATCH] Stops tracking nodemon.json changes, these are established now and static. --- nodemon.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 nodemon.json diff --git a/nodemon.json b/nodemon.json deleted file mode 100755 index cea206a..0000000 --- a/nodemon.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "watch": [ - "src", - "config.schema.json" - ], - "ext": "ts", - "ignore": [], - "exec": "tsc && homebridge -I -D -Q", - "signal": "SIGTERM" -} \ No newline at end of file