summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-07-18 16:50:44 -0700
committerFuwn <[email protected]>2022-07-18 16:50:44 -0700
commitf939854be698f35fd2c69da44fccb4a10ca60385 (patch)
tree6f2eb27aa68efbf571c13c370003ee9f5344df22 /.gitignore
downloadpok-main.tar.xz
pok-main.zip
feat: initial commitHEADmain
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..7db6faf
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+# Rust
+target
+Cargo.lock
+
+# CLion
+.idea \ No newline at end of file