commit 7d6b3458e754ba7ae4307cbd4b192d7d037279d4 Author: Christopher Moyer Date: Tue Dec 17 04:15:22 2024 +0000 add gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7a51446 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +# 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 + +# Rust rover +.idea +*.iml + +config.toml \ No newline at end of file