init push

This commit is contained in:
2026-07-16 22:16:45 +07:00
commit 8b068bdb10
1021 changed files with 332816 additions and 0 deletions

33
.dockerignore Normal file
View File

@@ -0,0 +1,33 @@
.git
.gitignore
.github/
.circleci/
.gitlab-ci.yml
.idea/
.vscode/
.DS_Store
# Never send local secrets or editor/dev-only files into the build context.
.env
.env.*
!.env.example
.air.toml
# Test and coverage artifacts are not needed for production image builds.
**/*_test.go
coverage.out
coverage.html
*.cover
*.log
# Exclude docs and directories not needed by the production Dockerfile.
docs/*.md
docs/collections/
docs/swagger.json
docs/swagger.yaml
docs/docs_test.go
deployments/
migrations/
tmp/
dist/
bin/