diff --git a/.gitignore b/.gitignore index 3030c8f4..03546dbc 100644 --- a/.gitignore +++ b/.gitignore @@ -389,4 +389,6 @@ $RECYCLE.BIN/ #generated manifest public/manifest.json -releases/ \ No newline at end of file +releases/ +yarn.lock +package-lock.json \ No newline at end of file diff --git a/nodemon.json b/nodemon.json index 6d457503..6cd31744 100644 --- a/nodemon.json +++ b/nodemon.json @@ -2,8 +2,8 @@ "env": { "__DEV__": "true" }, - "watch": ["src", "utils", "vite.config.ts"], - "ext": "tsx,css,html,ts", + "watch": ["src", "utils", "vite.config.ts", "public"], + "ext": "ts,tsx,css,html", "ignore": ["src/**/*.spec.ts"], "exec": "vite build" }