feat: initialize rust backend with axum server, seaorm models, and project scaffolding
This commit is contained in:
17
.gitignore
vendored
Normal file
17
.gitignore
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
# BACKEND
|
||||
target/
|
||||
Cargo.lock
|
||||
config.yaml
|
||||
backend/data/zhealth.db
|
||||
backend/data/zhealth.db-wal
|
||||
backend/data/zhealth.db-shm
|
||||
|
||||
# FRONTEND
|
||||
|
||||
# AI
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
Reference in New Issue
Block a user