Add .gitignore and ECC setup guide reference

Ignore .claude/ directory and add Everything Claude Code setup guide
link to README.
This commit is contained in:
2026-03-21 12:06:04 +03:00
parent 51128a7502
commit 3aba23c9f2
2 changed files with 7 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.claude/

View File

@@ -29,3 +29,9 @@ Fast code search skill for Claude Code — find classes, symbols, usages, implem
- **Repository:** <https://github.com/defendend/Claude-ast-index-search> - **Repository:** <https://github.com/defendend/Claude-ast-index-search>
- **Usage:** Invoke with `/ast-index` or related commands like "find class", "search for symbol", etc. - **Usage:** Invoke with `/ast-index` or related commands like "find class", "search for symbol", etc.
## Guides
### [Everything Claude Code (ECC) — Setup Guide](ecc-setup-guide.md)
Step-by-step instructions for setting up [Everything Claude Code](https://github.com/affaan-m/everything-claude-code) on a new machine — a comprehensive collection of skills, rules, agents, and hooks for Claude Code.