summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorn1c00o <git.n1c00o@gmail.com>2021-07-30 22:37:19 +0200
committern1c00o <git.n1c00o@gmail.com>2021-07-30 22:37:19 +0200
commitc461dccfcb81c911100899210e89bbc01404b5c6 (patch)
tree41e8b0993855772b9eb1df70e7ddd8341ddc96aa /.gitignore
parent86785694517718019913eddf5b641daba0580160 (diff)
init Rust project and add deps
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..de358ff
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+/target
+.vscode/