{
  "exclude": [
    ".git",
    "vendor",
    ".app-cache",
    ".npm",
    "www",
    ".npm-tmp",
    "dist",
    "dist*",
    "node_modules",
    "subfolder/dist",
    "subfolder/node_modules",
    "**/dist/*",
    "**/node_modules/*"
  ]
}