From 011f48e9e6e76b475fa265097e01a9d9c66e2382 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Mon, 2 Jun 2025 04:12:29 -0500 Subject: [PATCH] updated gitignore --- .gitignore | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index a15cf42..9ec0163 100644 --- a/.gitignore +++ b/.gitignore @@ -1,22 +1,11 @@ -# Generated build directory /target/ - -# Cargo’s lock file (uncomment if you’re publishing a library; otherwise keep it committed) /Cargo.lock - -# If you use rustfmt’s override file /override.toml - -# If you use sccache for caching /.cache/sccache/ - -# If you build with Cargo’s check --unit-graph (creates a unit-graph.json) /unit-graph.json - -# IDE/editor temporary files (optional) /**/*.rs.bk **/*.rs.orig **/*.rs.rej **/*~ *.swp -*.swo \ No newline at end of file +*.swo