github.com/voedger/voedger@v0.0.0-20240520144910-273e84102129/.gitignore (about) 1 # Binaries for programs and plugins 2 *.exe 3 *.exe~ 4 *.dll 5 *.so 6 *.dylib 7 main 8 9 # Test binary, build with `go test -c` 10 *.test 11 12 # Output of the go coverage tool, specifically when used with LiteIDE 13 *.out 14 o 15 .*/ 16 17 coverage.txt 18 **/tmp.md 19 20 go.work.sum 21 22 # But not .github 23 !/.github 24 25 # Other 26 .DS_Store