add initial application structure with configuration, logging, and health check endpoints

This commit is contained in:
kever
2026-01-14 23:58:00 +08:00
commit fed727e593
31 changed files with 770 additions and 0 deletions

34
.gitignore vendored Normal file
View File

@@ -0,0 +1,34 @@
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
*.log
# Build outputs
/bin/
/dist/
/tmp/
/build/
# Go workspace
/vendor/
/coverage/
/cover.out
*.prof
# Local env/config overrides
.env
.env.*
application.local.yaml
application.*.local.yaml
# IDE/editor
.idea/
.vscode/
# OS
.DS_Store
Thumbs.db