AI AgentsConfigurationDeveloper WorkflowSecurityPrivacyDeveloper ToolsLLMSecrets Management
ExclusionPattern is a JSON Structure definition published by .AIIgnore, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/aiignore/refs/heads/main/json-structure/aiignore-exclusion-pattern-structure.json",
"name": "ExclusionPattern",
"description": "A pattern category for AI ignore exclusion rules",
"type": "object",
"properties": {
"category": {
"type": "string",
"description": "Category name (secrets, proprietary, generated)",
"example": "secrets"
},
"patterns": {
"type": "array",
"description": "List of glob patterns in this category",
"items": {
"type": "string"
}
},
"rationale": {
"type": "string",
"description": "Why these files should be excluded",
"example": "Contains API keys and credentials that should not be sent to AI APIs"
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.