gsquash/.gitignore

18 lines
180 B
Plaintext
Raw Permalink Normal View History

2023-12-07 20:25:11 +01:00
# 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/