Files
go-mc/.gitignore
2021-12-28 10:51:51 +03:00

22 lines
324 B
Plaintext

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# MacOS
.DS_Store
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
examples/test/test.go
examples/genmaps/genmaps
examples/genmaps/*.png
data/packetid/generate.go
.idea/
.vscode/