From 8f7af1d075d13d09db2d7461e53002a6f2e86deb Mon Sep 17 00:00:00 2001 From: Rezon Philip Date: Mon, 2 Mar 2026 18:00:29 +0000 Subject: [PATCH] Update .gitignore --- .gitignore | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.gitignore b/.gitignore index 3ca43ae..e69de29 100644 --- a/.gitignore +++ b/.gitignore @@ -1,16 +0,0 @@ -# ---> Rust -# Generated by Cargo -# will have compiled files and executables -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 - -# These are backup files generated by rustfmt -**/*.rs.bk - -# MSVC Windows builds of rustc generate these, which store debugging information -*.pdb -