mirror of
https://github.com/logos-storage/logos-storage-go.git
synced 2026-01-02 13:23:11 +00:00
22 lines
211 B
Plaintext
22 lines
211 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
|
|
|
|
# OS files
|
|
.DS_Store
|
|
|
|
# Logs
|
|
*.log
|