27 lines
223 B
Plaintext
27 lines
223 B
Plaintext
## Generated binaries
|
|
pb
|
|
|
|
## Build artifacts and caches
|
|
.cache/
|
|
# bin/
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
*.test
|
|
*.out
|
|
|
|
## Go build specific
|
|
/vendor/
|
|
|
|
## Editor temporary files
|
|
*.swp
|
|
*.swo
|
|
.vscode/
|
|
.idea/
|
|
|
|
## macOS
|
|
.DS_Store
|
|
|