initialize project structure with main, routing, and environment utilities

This commit is contained in:
2025-07-17 04:01:27 +08:00
parent 723f3010a3
commit 47db58b967
3 changed files with 19 additions and 0 deletions

7
.gitignore vendored Normal file
View File

@ -0,0 +1,7 @@
# ide
.idea/
.vscode/
# config
./configs
.env