38 lines
333 B
Plaintext
Executable File
38 lines
333 B
Plaintext
Executable File
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool
|
|
*.out
|
|
|
|
# Go workspace file
|
|
go.work
|
|
|
|
# Environment variables
|
|
.env
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Build
|
|
/bin
|
|
/dist
|
|
/tmp
|
|
|
|
# Logs
|
|
*.log
|
|
.cache/*
|
|
|
|
# Local build binary
|
|
wx_service
|