- 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.
16 lines
118 B
Plaintext
16 lines
118 B
Plaintext
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
*.test
|
|
*.out
|
|
go.work
|
|
.vscode/
|
|
.idea/
|
|
# Goreleaser
|
|
dist/
|
|
.DS_Store
|
|
Thumbs.db
|
|
/termtier
|