mirror of
https://github.com/logos-storage/logos-storage-go.git
synced 2026-01-02 05:13:08 +00:00
24 lines
240 B
Plaintext
24 lines
240 B
Plaintext
# Go build artifacts
|
|
/codex-upload
|
|
/codex-download
|
|
/bin/
|
|
/dist/
|
|
/build/
|
|
/out/
|
|
output.bin
|
|
|
|
# Test binaries and coverage
|
|
*.test
|
|
*.out
|
|
*.coverprofile
|
|
coverage*.txt
|
|
coverage*.out
|
|
coverage*.html
|
|
coverage*.cov
|
|
|
|
# OS files
|
|
.DS_Store
|
|
|
|
# Logs
|
|
*.log
|