| 1234567891011121314151617181920212223242526 |
- # ── claude-config repo ignores ──
- # Symlink created by link.sh (GStack submodule target)
- skills/gstack
- # Local project config (per-machine, not shared)
- .claude/
- # Generated outputs
- graphify-out/
- .ctx7-cache/
- # Install logs
- install-*.log
- # OS
- .DS_Store
- Thumbs.db
- desktop.ini
- # Editors
- *.swp
- *.swo
- *~
- .idea/
- .vscode/
|