29 lines
254 B
Plaintext
29 lines
254 B
Plaintext
# Build & binary artifacts
|
|
bin/
|
|
*.exe
|
|
*.test
|
|
*.out
|
|
*.o
|
|
|
|
# Go vendor/cache
|
|
vendor/
|
|
|
|
# Coverage & reports
|
|
coverage/
|
|
*.coverprofile
|
|
|
|
# Editor & OS noise
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.swp
|
|
*.tmp
|
|
.vscode/
|
|
.idea/
|
|
.cache/
|
|
storage/
|
|
logs/
|
|
tmp/
|
|
config.toml
|
|
any-hub
|
|
.cache/
|