31 lines
344 B
Plaintext
31 lines
344 B
Plaintext
# Binaries and build outputs
|
|
/voice-call-service
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
*.test
|
|
*.out
|
|
|
|
# Environment variables containing secrets
|
|
.env
|
|
.env.local
|
|
.env.production
|
|
.env.development
|
|
|
|
# Sandbox isolation caches
|
|
.go/
|
|
.gocache/
|
|
.tmp/
|
|
.home/
|
|
|
|
# IDE and OS settings
|
|
.DS_Store
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Node.js dependencies
|
|
node_modules/
|
|
npm-debug.log
|