feat: rust gitignore

This commit is contained in:
Reinaldy Rafli 2023-03-29 22:38:44 +07:00
parent 2b6fbd5ee3
commit a8ae278e63
Signed by: aldy505
GPG Key ID: 1DAB793F100A560A
1 changed files with 16 additions and 1 deletions

17
inserter/.gitignore vendored
View File

@ -1 +1,16 @@
/target ### Rust template
# 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