Files
gastown/.gitignore
Steve Yegge 8624ae68cb chore: Ignore .beads/redirect (location-specific file)
The redirect file points crew/polecat clones to the shared beads.
It's location-specific and regenerated by 'gt prime', so it 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-28 10:25:11 -08:00

33 lines
243 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