2021-02-23 22:41:06 +08:00
|
|
|
# Created by .ignore support plugin (hsz.mobi)
|
|
|
|
### Go template
|
|
|
|
# Binaries for programs and plugins
|
|
|
|
*.exe
|
|
|
|
*.exe~
|
|
|
|
*.dll
|
|
|
|
*.so
|
|
|
|
*.dylib
|
2021-11-19 15:40:01 +08:00
|
|
|
*.xlsx
|
2021-02-23 22:41:06 +08:00
|
|
|
|
|
|
|
# Test binary, built with `go test -c`
|
|
|
|
*.test
|
|
|
|
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
|
|
*.out
|
|
|
|
|
|
|
|
# Dependency directories (remove the comment below to include it)
|
|
|
|
# vendor/
|
|
|
|
.idea
|
|
|
|
.vscode
|
2021-08-14 13:33:29 +08:00
|
|
|
*_test.go
|
2021-02-23 22:41:06 +08:00
|
|
|
|