Files
go-mc/.gitignore
2021-02-27 15:00:25 +08:00

19 lines
250 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
.idea/
.vscode/