Skip to main content
Back to registry

grepai-ignore-patterns

yoanbernabeu/grepai-skills

This skill covers how to configure ignore patterns to exclude files and directories from GrepAI indexing.

Installs209
Install command
npx skills add https://github.com/yoanbernabeu/grepai-skills --skill grepai-ignore-patterns
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
This skill covers how to configure ignore patterns to exclude files and directories from GrepAI indexing. GrepAI uses two sources for ignore patterns: GrepAI's default configuration includes: To focus search on production code: Alternative: Use search boosting instead to penalize (not exclude) tests: Check what's being indexed: ❌ Problem: Index is too large ✅ Solution: Add more ignore patterns for dependencies and generated files ❌ Problem: Search returns vendor/test code ✅ Solution: Either ignore or use boosting penalties ❌ Problem: Pattern not working ✅ Solution: Check syntax - use quotes for patterns with special characters: ❌ Problem: Need to include previously ignored files ✅ Solution: Remove from ignore list and re-run grepai watch After modifying ignore patterns: After configuring ignore patterns: - Excluding test files from search results - Ignoring generated or vendored code - Reducing index size by excluding unnecessary files - Customizing which files GrepAI indexes - .grepai/config.yaml - Custom patterns you define - .gitignore - Automatically respected - Start with defaults: Add patterns as needed - Exclude dependencies: Always ignore node_modules , vendor , etc. - Exclude build outputs: dist , build , target - Exclude lock files: Large, not useful for search - Consider boosting vs ignoring: Penalize instead of exclude for test files - Quote special characters:...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does grepai-ignore-patterns do?

This skill covers how to configure ignore patterns to exclude files and directories from GrepAI indexing.

Is grepai-ignore-patterns good?

grepai-ignore-patterns does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does grepai-ignore-patterns work with?

grepai-ignore-patterns currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, github-copilot, claude-code.

What are alternatives to grepai-ignore-patterns?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install grepai-ignore-patterns?

npx skills add https://github.com/yoanbernabeu/grepai-skills --skill grepai-ignore-patterns

Related skills

More from yoanbernabeu/grepai-skills

Related skills

Alternatives in Software Engineering