Files
wx_service/.gitignore
T
2026-02-28 16:57:00 +08:00

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