Skip to content

Commit be56d5c

Browse files
committed
feat: added auto-generated files by Cargo
1 parent 614ada9 commit be56d5c

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.gitignore

+10-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,13 @@
55
/bin/
66

77
.crates.toml
8-
.crates2.json
8+
.crates2.json
9+
10+
# Generated by Cargo
11+
# will have compiled files and executables
12+
debug/
13+
target/
14+
15+
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
16+
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
17+
Cargo.lock

0 commit comments

Comments
 (0)