We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c1c545 commit 7a1f86aCopy full SHA for 7a1f86a
.gitignore
@@ -1,22 +1,20 @@
1
# Generated by Cargo
2
# will have compiled files and executables
3
-debug/
4
-target/
+target
5
6
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
7
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
8
Cargo.lock
9
+# Local cargo config overrides
10
+.cargo/config
11
+.cargo/config.toml
12
+
13
# These are backup files generated by rustfmt
14
**/*.rs.bk
15
16
# MSVC Windows builds of rustc generate these, which store debugging information
17
*.pdb
18
-
-# Added by cargo
19
-/target
20
21
# mdbook generated files
22
design-book/book
0 commit comments