We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53916ee commit 99e6271Copy full SHA for 99e6271
.gitignore
@@ -3,10 +3,6 @@
3
debug/
4
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
-
10
# These are backup files generated by rustfmt
11
**/*.rs.bk
12
@@ -18,4 +14,4 @@ Cargo.lock
18
14
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
19
15
# and can be added to the global gitignore or merged into this file. For a more nuclear
20
16
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
21
-#.idea/
17
+#.idea/
0 commit comments