Files
gastown/.gitignore
Steve Yegge 3f09801939 Add CLAUDE.md to .gitignore (gt-yskrz)
CLAUDE.md is clone-specific (contains crew member name and working
directory) and should not be tracked in git.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-29 22:07:53 -08:00

36 lines
313 B
Plaintext

# Binaries
/gt
*.exe
# Build
/dist/
/build/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Test
coverage.out
*.test
# Local config
config.toml
!config.example.toml
gt
# Runtime state
state.json
.runtime/
.beads/redirect
# Clone-specific CLAUDE.md (regenerated locally per clone)
CLAUDE.md