plakken/.gitignore

19 lines
280 B
Plaintext
Raw Normal View History

### Go ###
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
2023-10-02 15:03:04 +02:00
plakken
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
# vendor/
# Go workspace file
go.work