Files
voice-call-service/.gitignore
2026-05-29 01:06:47 +03:00

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