From f939854be698f35fd2c69da44fccb4a10ca60385 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 18 Jul 2022 16:50:44 -0700 Subject: feat: initial commit --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') 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 -- cgit v1.2.3