Files
Stevan Freeborn 8be1bbb80b chore: add README, go.mod, and go.sum for Term Tier project
- Created README.md with project description, features, installation instructions, usage, key bindings, project structure, and license information.
- Initialized go.mod to manage dependencies for the Term Tier application.
- Generated go.sum to ensure consistent dependency resolution.
2025-12-29 12:47:19 -06:00

16 lines
118 B
Plaintext

*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
go.work
.vscode/
.idea/
# Goreleaser
dist/
.DS_Store
Thumbs.db
/termtier