From 78c37679b137764b4ca6d0c6802eb5ae57d7b6b7 Mon Sep 17 00:00:00 2001 From: Christopher Moyer Date: Wed, 15 May 2024 11:01:10 -0400 Subject: [PATCH] Initial commit --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5d77e64 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +# Generated by Cargo +# will have compiled files and executables +debug/ +target/ + +# These are backup files generated by rustfmt +**/*.rs.bk + +# MSVC Windows builds of rustc generate these, which store debugging information +*.pdb + +config.toml \ No newline at end of file