Track all gstack-provided skill symlinks (autoplan, browse, qa, etc.) and the graphify skill. Add .claude/, graphify-out/, .ctx7-cache/ to gitignore to exclude local/generated files from the repo. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
27 lines
330 B
Plaintext
27 lines
330 B
Plaintext
# ── 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/
|