aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index f66bb0f..1ffd6f5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,5 @@
# target
-target/ \ No newline at end of file
+target/
+
+# lock file
+Cargo.lock \ No newline at end of file