feat: 🎉 postgresql broker first commit of forked prototype from my original code
This commit is contained in:
25
.gitignore
vendored
25
.gitignore
vendored
@@ -25,3 +25,28 @@ go.work.sum
|
||||
# env file
|
||||
.env
|
||||
|
||||
# Binaries directory
|
||||
bin/
|
||||
|
||||
# Configuration (exclude actual config, keep examples)
|
||||
broker.yaml
|
||||
broker.yml
|
||||
broker.json
|
||||
!broker.example.yaml
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
# Coverage
|
||||
coverage.html
|
||||
|
||||
Reference in New Issue
Block a user