aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-05-12 07:42:03 +0000
committerFuwn <[email protected]>2022-05-12 07:42:03 +0000
commitbc5d2312763b4399b246f1e6b9dbfbfa5cd76686 (patch)
tree85ef66154e9a8cad7fbbdd61282d35052c1ea87d /.gitignore
downloadgerm-0.1.0.tar.xz
germ-0.1.0.zip
feat(0.1.0): initial release0.1.0
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..33adfcb
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+# Rust
+target/
+Cargo.lock
+
+# IDE
+.idea/