feat: init osma tauri OA-1

This commit is contained in:
Artemy 2022-07-24 14:17:28 +03:00
parent 089d85c77b
commit f54437cdc6
33 changed files with 6615 additions and 12 deletions

34
.gitignore vendored
View file

@ -1,14 +1,24 @@
# 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
node_modules
dist
dist-ssr
*.local
# These are backup files generated by rustfmt
**/*.rs.bk
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?