websocket-relay/.gitignore
savinmax e4523df602
Some checks failed
CI / test (push) Successful in 1m10s
CI / lint (push) Successful in 30s
Release / release (push) Failing after 31s
Init
2025-08-02 18:33:50 +02:00

33 lines
289 B
Plaintext

# Binaries
*.exe
*.exe~
*.dll
*.so
*.dylib
websocket-relay
build/
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool
*.out
# Go workspace file
go.work
# SSL certificates
*.pem
*.key
*.crt
# IDE
.vscode/
.idea/
# OS
.DS_Store
Thumbs.db
# Other
config.yaml