Go CLI that wraps the Gitea API and git to create repos, commit, push, and pull without leaving the terminal. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
18 lines
162 B
Plaintext
18 lines
162 B
Plaintext
# Binary
|
|
gtea.exe
|
|
*.exe
|
|
|
|
# Go build artifacts
|
|
*.o
|
|
*.a
|
|
|
|
# Go module cache
|
|
vendor/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Claude Code local settings
|
|
.claude/settings.local.json
|