From f8e0749b791b7837b11d03693abfebbfd8e6617f Mon Sep 17 00:00:00 2001 From: "Alexis \"spectria.limina\" Horizon" Date: Tue, 3 Dec 2024 01:27:52 -0500 Subject: [PATCH] safety slashes --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6985cf1..bb4d88a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,11 @@ # Generated by Cargo # will have compiled files and executables -debug/ -target/ +/debug/ +/target/ # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries # More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html -Cargo.lock +/Cargo.lock # These are backup files generated by rustfmt **/*.rs.bk