mirror of
https://mirror.suhoan.cn/https://github.com/EasyTier/EasyTier.git
synced 2025-12-12 04:37:23 +08:00
introduce gui based on tauri (#52)
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -4,10 +4,6 @@ debug/
|
||||
target/
|
||||
target-*/
|
||||
|
||||
# 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
|
||||
|
||||
@@ -24,3 +20,7 @@ flamegraph.svg
|
||||
root-target
|
||||
|
||||
nohup.out
|
||||
|
||||
.DS_Store
|
||||
|
||||
components.d.ts
|
||||
|
||||
Reference in New Issue
Block a user