33 lines
389 B
Plaintext
33 lines
389 B
Plaintext
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary, build with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, known as profile覆盖率数据
|
|
profile.out
|
|
|
|
# Dependency vendors
|
|
/vendor/
|
|
|
|
# Go module cache
|
|
/pkg/mod/
|
|
|
|
# IDE specific files
|
|
/.idea/
|
|
/.vscode/
|
|
*.swp
|
|
*.swo
|
|
*.swn
|
|
|
|
# Build artifacts
|
|
/bin/
|
|
/dist/
|
|
|
|
# Environment variable files
|
|
.env
|
|
.env.local |