RustRover cargo-generate template: Axum + Vue 3 + TypeScript + Tailwind + sqlx
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 regels
248 B

  1. /target
  2. **/*.rs.bk
  3. .idea/
  4. .vscode/
  5. .DS_Store
  6. .env
  7. config/local.toml
  8. *.swp
  9. # Node
  10. apps/web/node_modules/
  11. apps/web/dist/
  12. apps/web/.vite/
  13. # sqlx offline data is committed when present
  14. # .sqlx/
  15. # Generated lock noise from local experiments
  16. .direnv/