mirror of
https://github.com/DaLaw2/NetGuardia.git
synced 2026-08-24 22:20:28 +09:00
13 lines
216 B
Plaintext
13 lines
216 B
Plaintext
### https://raw.github.com/github/gitignore/master/Rust.gitignore
|
|
|
|
# Generated by Cargo
|
|
# will have compiled files and executables
|
|
debug/
|
|
target/
|
|
|
|
# These are backup files generated by rustfmt
|
|
**/*.rs.bk
|
|
|
|
.idea
|
|
logs
|