summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorseancarroll <seanc28@gmail.com>2020-12-05 16:11:37 -0600
committerseancarroll <seanc28@gmail.com>2020-12-05 16:11:37 -0600
commit401fc582be8928b12815202e4061878b5631312f (patch)
tree2da507c00d32509b8af45e7c2155e7367fc3eee8 /.gitignore
downloaddotavious-401fc582be8928b12815202e4061878b5631312f.zip
initial commit
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore17
1 files changed, 17 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..ac7c488
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,17 @@
+.dotavious
+
+# 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
+
+
+#Added by cargo
+
+/target