Files
go-mc/.gitignore
2020-01-25 16:13:12 +08:00

19 lines
245 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
cmd/test/test.go
.idea/
.vscode/