summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.me>2019-04-03 20:14:26 -0400
committerMatan Kushner <hello@matchai.me>2019-04-03 20:14:26 -0400
commite2ba7a13542c0fcefee3e6e85d8b0bf3ec6c8265 (patch)
treea3b3872846b52012ce3327557b764f9665a6ec7d /.gitignore
parent41ee54933bd2820b1ba97726514f785f1ac73824 (diff)
Add segment structure and logic
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore14
1 files changed, 12 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index f0e3bcacb..a81d3520e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,12 @@
-/target
-**/*.rs.bk \ No newline at end of file
+# will have compiled files and executables
+/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
+
+# VSCode configuration
+.vscode/