18 lines
180 B
Plaintext
18 lines
180 B
Plaintext
|
|
||
|
# Go binaries and executables
|
||
|
*.exe
|
||
|
*.exe~
|
||
|
*.dll
|
||
|
*.so
|
||
|
*.dylib
|
||
|
|
||
|
# Go test and coverage files
|
||
|
*.test
|
||
|
*.out
|
||
|
*.cover
|
||
|
|
||
|
# Go build and dependency directories
|
||
|
/bin/
|
||
|
/pkg/
|
||
|
/vendor/
|
||
|
/dist/
|