We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33e370b commit add4fcdCopy full SHA for add4fcd
.gitattributes
@@ -0,0 +1,6 @@
1
+# Auto detect text files and perform normalization
2
+* text=auto
3
+
4
+*.rs text diff=rust
5
+*.toml text diff=toml
6
+Cargo.lock text
.gitignore
@@ -1,2 +1,17 @@
-/target
+# Generated by Cargo
+# will have compiled files and executables
+debug/
+target/
+# 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
13
+# MSVC Windows builds of rustc generate these, which store debugging information
14
+*.pdb
15
16
+# main.rs used for testing
17
src/main.rs
0 commit comments