{
  "ignore": [
    ".git",
    "node_modules",
    "package.json",
    "test"
  ],
  "ext": "js json",
  "watch": [
    "src",
    ".env"
  ]
}
