Files
wx_service/.gitignore
T
2025-12-29 09:32:44 +00:00

34 lines
291 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