Skip to content

Commit 6023b36

Browse files
committed
add tauri
1 parent 0dabc6e commit 6023b36

25 files changed

+4931
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,7 @@ yarn-error.log*
3030
.idea/misc.xml
3131
.idea/txDoT.iml
3232
.idea/vcs.xml
33+
34+
35+
/src-tauri/target/release/build
36+
/src-tauri/target/debug

src-tauri/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Generated by Cargo
2+
# will have compiled files and executables
3+
/target/
4+
/gen/schemas

0 commit comments

Comments
 (0)