41 lines
359 B
Plaintext
41 lines
359 B
Plaintext
# Binaries
|
|
webhook
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary
|
|
*.test
|
|
|
|
# Output of the go coverage tool
|
|
*.out
|
|
|
|
# Go workspace file
|
|
go.work
|
|
|
|
# Dependency directories
|
|
vendor/
|
|
|
|
# IDE specific files
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS specific files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Certificates and keys
|
|
*.key
|
|
*.crt
|
|
*.csr
|
|
*.pem
|
|
.ca-bundle.txt
|
|
|
|
# Build artifacts
|
|
dist/
|
|
build/
|