working v1
This commit is contained in:
46
.gitignore
vendored
46
.gitignore
vendored
@@ -1,4 +1,48 @@
|
||||
.examples/
|
||||
# Binaries
|
||||
matterbridge
|
||||
test-kosmi
|
||||
*.exe
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
|
||||
# Test binary
|
||||
*.test
|
||||
|
||||
# Output of the go coverage tool
|
||||
*.out
|
||||
|
||||
# Dependency directories
|
||||
vendor/
|
||||
|
||||
# Go workspace file
|
||||
go.work
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
.vscode/
|
||||
.cursor/
|
||||
|
||||
# Config files with secrets
|
||||
matterbridge.toml.local
|
||||
*.secret.toml
|
||||
.env
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
logs/
|
||||
|
||||
# Build artifacts
|
||||
dist/
|
||||
build/
|
||||
|
||||
# Other
|
||||
.examples/
|
||||
|
||||
Reference in New Issue
Block a user