This commit is contained in:
2025-12-11 04:39:25 -05:00
parent c2942cd7fc
commit 2d58744254
4 changed files with 58 additions and 12 deletions

40
.gitignore vendored Normal file
View File

@@ -0,0 +1,40 @@
# 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/