Files
go-mc/.gitignore
2021-12-11 17:28:48 +08:00

20 lines
276 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
data/packetid/generate.go
.idea/
.vscode/