Initial commit: Эфир мессенджер

This commit is contained in:
2026-04-06 14:57:36 +03:00
commit ff93679b6d
50 changed files with 5642 additions and 0 deletions

56
.gitignore vendored Normal file
View File

@@ -0,0 +1,56 @@
# Binaries
bin/
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary
*.test
# Output of go coverage
*.out
# Dependency directories
vendor/
# Go workspace file
go.work
go.work.sum
# Environment files
.env
.env.local
.env.*.local
# Database files
*.db
*.db-shm
*.db-wal
# Storage
storage/attachments/*
!storage/attachments/.gitkeep
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
*.log
server.log
# Frontend (исключаем)
frontend/
# Temporary files
tmp/
temp/