{
  "version": 1,
  "description": "Project-specific overrides for aioson git:guard. allowPaths affects path rules only; contentAllowPaths is a legacy whole-file bypass; prefer scoped contentAllowRules with an audit reason.",
  "allowPaths": [],
  "contentAllowPaths": [],
  "contentAllowRules": [],
  "blockPaths": [
    "node_modules/**",
    "aioson-logs/**"
  ],
  "allowExtensions": [],
  "blockExtensions": []
}
