first commit

This commit is contained in:
2026-04-01 15:43:01 +08:00
commit 55fcaf62dc
595 changed files with 70062 additions and 0 deletions

35
.gitignore vendored Normal file
View File

@@ -0,0 +1,35 @@
# idea
.idea
.idea/
*.iml
.DS_Store
**/.DS_Store
#deploy data
data/*
!data/.gitkeep
# gitlab ci
.cache
#vscode
.vscode
.vscode/
/tmp/
/app/api
# debug binary (Delve)
_debug_bin.*
*.exe
# authorization documents (PDF files)
app/main/api/data/authorization_docs/
**/authorization_docs/**/*.pdf
# local merchant certs and local configs
app/main/api/etc/merchant/
app/main/api/etc/main.dev.yaml
app/main/api/etc/main.yaml