Files
gastown/.gitignore
Steve Yegge 93b57b9acb chore: ignore state.json in .gitignore
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-18 20:25:44 -08:00

31 lines
217 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