aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-12-29 08:42:17 +0000
committerFuwn <[email protected]>2022-12-29 08:42:17 +0000
commit4742461cc8dcaca3f45a2da914fc66dad3fc2c5f (patch)
tree34fa6d1d75253226b884fa278a969f01cccdd7f8 /.gitignore
downloadelem-0.1.0.tar.xz
elem-0.1.0.zip
feat: initial releasev0.1.0
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..02845bf
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+# Rust
+target
+
+# CLion
+.idea