RustRover cargo-generate template: Axum + Vue 3 + TypeScript + Tailwind + sqlx
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
|
- /target
- **/*.rs.bk
- .idea/
- .vscode/
- .DS_Store
- .env
- config/local.toml
- *.swp
-
- # Node
- apps/web/node_modules/
- apps/web/dist/
- apps/web/.vite/
-
- # sqlx offline data is committed when present
- # .sqlx/
-
- # Generated lock noise from local experiments
- .direnv/
|