claude/.gitignore
bastien 0dac12b885 add gstack skill symlinks, graphify skill, and gitignore updates
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>
2026-04-12 14:56:03 +02:00

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/