Skip to content

Commit

Permalink
Add scripts to nodemon ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
lannonbr committed Oct 19, 2024
1 parent 840f2e2 commit 38b3887
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
},
"nodemonConfig": {
"ignore": [
"public/"
"public/",
"scripts"
],
"ext": "html js json css"
},
Expand Down

0 comments on commit 38b3887

Please sign in to comment.