Skip to content
Snippets Groups Projects
nodemon.json 118 B
Newer Older
  • Learn to ignore specific revisions
  •     "ext": "js,ts,jsx,tsx,mjs,css,json",
    
        "ignore": ["dist", ".parcel-cache"],
        "ignoreRoot": [".git"]
    }