commit e0a634f47665427046499f8afd3c1cbfadef058a Author: Jan Petykiewicz Date: Sat Dec 18 21:17:43 2021 -0800 add gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5d80173 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +/target/ +**/*.rs.bk +Cargo.lock + +*.swp +*.swo