Files
stream.api/.gitignore
lethdat 4de6baee61 Add unit tests for player configurations and referral system
- Implement tests for player configuration creation, update, and deletion, ensuring proper handling of free and paid user scenarios.
- Add tests for referral registration, including valid and invalid referrer cases.
- Create tests for referral reward flow, verifying correct reward distribution and eligibility.
- Establish a test database setup with necessary schema for user, plan, payment, and notification models.
- Introduce helper functions for seeding test data and loading entities from the database.
2026-03-26 02:20:05 +07:00

35 lines
444 B
Plaintext

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
/bin
# Output of the go coverage tool
*.coverprofile
# Logs
*.log
# Dependency directories (vendor for non-Go modules)
vendor/
# Go workspace file (for Go 1.18+ workspaces)
go.work
go.work.sum
.env
# IDE/editor configs
.idea/
.vscode/
*.swp
*.swo
*.bak
# OS-specific junk
.DS_Store
Thumbs.db
# Module cache (if you're using GOPATH, which is rare now)
Godeps/