grepai-ignore-patterns
GrepAI Ignore Patterns
This skill covers how to configure ignore patterns to exclude files and directories from GrepAI indexing.
When to Use This Skill
- Excluding test files from search results
- Ignoring generated or vendored code
- Reducing index size by excluding unnecessary files
- Customizing which files GrepAI indexes
How Ignore Patterns Work
GrepAI uses two sources for ignore patterns:
.grepai/config.yaml- Custom patterns you define.gitignore- Automatically respected
Configuration Location
More from yoanbernabeu/grepai-skills
grepai-search-basics
Basic semantic code search with GrepAI. Use this skill to learn fundamental search commands and concepts.
617grepai-ollama-setup
Install and configure Ollama for local embeddings with GrepAI. Use this skill when setting up private, local embedding generation.
541grepai-search-advanced
Advanced search options in GrepAI. Use this skill for JSON output, compact mode, and AI agent integration.
540grepai-trace-graph
Build complete call graphs with GrepAI trace. Use this skill for recursive dependency analysis.
524grepai-search-tips
Tips and best practices for effective GrepAI searches. Use this skill to improve search result quality.
524grepai-trace-callees
Find function callees with GrepAI trace. Use this skill to discover what functions a specific function calls.
507