gsquash/.gitignore
Layla Manley a7bf2bd2f0
Some checks failed
continuous-integration/drone Build is failing
CI Work
2023-12-07 20:25:11 +01:00

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/