Some checks failed
CI / Build-2 (push) Waiting to run
CI / Build-3 (push) Waiting to run
CI / Build-4 (push) Waiting to run
CI / Build-5 (push) Waiting to run
CI / Lint (push) Waiting to run
CI / Coverage (push) Waiting to run
CI / Vet (push) Waiting to run
CI / Test (push) Successful in 2m46s
CI / Build (push) Successful in 1m35s
CI / Build-1 (push) Has been cancelled
47 lines
No EOL
476 B
Text
47 lines
No EOL
476 B
Text
# Binary (root only, not cmd/ directory)
|
|
/unarr
|
|
/unarr.exe
|
|
|
|
# Test binary
|
|
*.test
|
|
|
|
# Output of go coverage
|
|
*.out
|
|
coverage.html
|
|
|
|
# Go profiling
|
|
*.prof
|
|
|
|
# Go workspace
|
|
go.work
|
|
go.work.sum
|
|
|
|
# Go debugger (delve)
|
|
__debug_bin*
|
|
|
|
# Environment files (may contain API keys)
|
|
.env
|
|
.env.*
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# GoReleaser
|
|
dist/
|
|
dist-ffbinaries/
|
|
|
|
# Docker
|
|
tmp/
|
|
config/
|
|
dist-ffbinaries/
|
|
|
|
# Claude Code: keep entirely local, do not track
|
|
.claude/ |