.AIIgnore · Example Payload

Aiignore Ai Ignore Rule Example

AI AgentsConfigurationDeveloper WorkflowSecurityPrivacyDeveloper ToolsLLMSecrets Management

Aiignore Ai Ignore Rule Example is an example object payload from .AIIgnore, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

patterncommentnegatedscope

Example Payload

aiignore-ai-ignore-rule-example.json Raw ↑
{
  "pattern": "**/.env",
  "comment": "Exclude environment files with secrets",
  "negated": false,
  "scope": "file"
}