Files
EasyTier/.gitignore
Sijie.Sun e948dbfcc1 Feat/web (Patchset 4) (#460)
support basic functions in frontend
1. create/del network
2. inspect network running status
2024-11-08 23:33:17 +08:00

36 lines
419 B
Plaintext

# Generated by Cargo
# will have compiled files and executables
debug/
target/
target-*/
# These are backup files generated by rustfmt
**/*.rs.bk
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
.vscode
/.idea
# perf & flamegraph
perf.data
perf.data.old
flamegraph.svg
root-target
nohup.out
.DS_Store
components.d.ts
musl_gcc
# log
easytier-panic.log
# web
node_modules