.gitignore 330 B

1234567891011121314151617181920212223242526
  1. # ── claude-config repo ignores ──
  2. # Symlink created by link.sh (GStack submodule target)
  3. skills/gstack
  4. # Local project config (per-machine, not shared)
  5. .claude/
  6. # Generated outputs
  7. graphify-out/
  8. .ctx7-cache/
  9. # Install logs
  10. install-*.log
  11. # OS
  12. .DS_Store
  13. Thumbs.db
  14. desktop.ini
  15. # Editors
  16. *.swp
  17. *.swo
  18. *~
  19. .idea/
  20. .vscode/