commit 42dc91c161b6c77288d73ab7204dba39702b0534 Author: DylanCa Date: Fri Dec 29 02:49:17 2023 +0100 Added .gitignore to project diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9f9b999 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +/target +/Cargo.lock +/.idea +/src/.env