This commit is contained in:
2024-08-17 12:04:33 +08:00
commit c13f9b8b82
12 changed files with 791 additions and 0 deletions

18
.gitignore vendored Normal file
View File

@@ -0,0 +1,18 @@
# ide
/.idea
/.vscode
# test
/test
/demo
/debug
/config.yaml
/config.json
/config.toml
*.log
*_test.go
# build
/dist
/build
/release