Add a desktop app with tauri

This commit is contained in:
Igor Katson 2023-12-02 22:24:36 +00:00
parent 28c2db2a37
commit 30da40555a
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
42 changed files with 15389 additions and 0 deletions

24
desktop/.gitignore vendored Normal file
View file

@ -0,0 +1,24 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
dist
dist-ssr
*.local
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?