wls_vfs/.gitignore
Begild 6b9433f756 初次提交代码
1. 完成基本的rpc的调用回调
2. 支持了config的解析
3. 支持了file handle的管理
2024-07-02 18:46:38 +08:00

16 lines
426 B
Plaintext

# ---> Rust
# Generated by Cargo
# will have compiled files and executables
debug/
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
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb