This commit is contained in:
0x4261756D
2023-06-15 02:18:09 +02:00
3 changed files with 29 additions and 2 deletions

19
.gitignore vendored
View File

@ -1,2 +1,17 @@
/target
.vscode/launch.json
# ---> Rust
# Generated by Cargo
# will have compiled files and executables
debug/
target/
.vscode/
# 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