mirror of
https://github.com/Alexander-D-Karpov/concord.git
synced 2026-03-16 22:04:15 +03:00
43 lines
337 B
Plaintext
43 lines
337 B
Plaintext
uploads
|
|
|
|
# Binaries
|
|
/bin/
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
/cmd/concord-api/concord-api
|
|
/cmd/concord-voice/concord-voice
|
|
|
|
# Test binary
|
|
*.test
|
|
*.out
|
|
|
|
# Go workspace file
|
|
go.work
|
|
|
|
# Generated files
|
|
/api/gen/
|
|
|
|
# Config
|
|
*.env
|
|
config.local.yaml
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Database
|
|
*.db
|
|
*.sqlite
|