.node-dev.json 185 B

12345678910
  1. {
  2. "ignore": [
  3. "package.json",
  4. ".next",
  5. "public/static",
  6. "// ignore watching preset theme updates",
  7. "packages/preset-themes/dist/themes/.vite/manifest.json"
  8. ]
  9. }