chore: Initialize a Tauri project with Vite + pnpm + TS

This commit is contained in:
2024-07-01 23:22:11 +02:00
parent 77f520a1a3
commit c58ab4d6e3
36 changed files with 5419 additions and 15 deletions

36
.gitignore vendored
View File

@ -1,16 +1,24 @@
# ---> Rust
# Generated by Cargo
# will have compiled files and executables
debug/
target/
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
node_modules
dist
dist-ssr
*.local
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?