.AIIgnore · Schema

AIIgnoreRule

A single .aiignore exclusion rule pattern with metadata

AI AgentsConfigurationDeveloper WorkflowSecurityPrivacyDeveloper ToolsLLMSecrets Management

Properties

Name Type Description
pattern string Glob pattern for matching files/directories
comment string Human-readable explanation of this rule
negated boolean If true, this rule re-includes a previously excluded path (starts with !)
scope string Scope: file, directory, or pattern
View JSON Schema on GitHub