Files
irsa-webhook/.gitignore
2025-12-11 04:39:25 -05:00

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/