summaryrefslogtreecommitdiff
path: root/collections/.gitignore
diff options
context:
space:
mode:
authorJordan Gong <jordan.gong@protonmail.com>2020-08-31 17:17:31 +0800
committerJordan Gong <jordan.gong@protonmail.com>2020-08-31 17:17:31 +0800
commit79833af30e82bc258fdf300d5c6701e39ffc95da (patch)
treed282dc1d8504123f5dbcb4b52904ad7f6108b30b /collections/.gitignore
parent3cda6fa25939e2857f5de116af976b79179cbcf8 (diff)
Store data in different way
Diffstat (limited to 'collections/.gitignore')
-rw-r--r--collections/.gitignore18
1 files changed, 18 insertions, 0 deletions
diff --git a/collections/.gitignore b/collections/.gitignore
new file mode 100644
index 0000000..e629269
--- /dev/null
+++ b/collections/.gitignore
@@ -0,0 +1,18 @@
+
+# Created by https://www.toptal.com/developers/gitignore/api/rust
+# Edit at https://www.toptal.com/developers/gitignore?templates=rust
+
+### Rust ###
+# Generated by Cargo
+# 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
+
+# End of https://www.toptal.com/developers/gitignore/api/rust
+