From 9c043b0e56339cf460aa1c91c792ff78cd5ef063 Mon Sep 17 00:00:00 2001 From: Gonzalo Diaz Date: Sun, 7 Sep 2025 20:15:30 -0300 Subject: [PATCH] [CONFIG] Better .gitignore --- .gitignore | 27 +++++++++++---------------- 1 file changed, 11 insertions(+), 16 deletions(-) diff --git a/.gitignore b/.gitignore index 31e64ed..a2009c6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,20 +1,15 @@ -my-clippy-report.json -sonar-issues.json - -lcov.info - +# Rust build artifacts /target +# IDE-specific files +.idea/ +.vscode/ -# Added by cargo -# -# already existing elements were commented out - -#/target +# Editor backup files +*~ +*.bak - -# Added by cargo -# -# already existing elements were commented out - -#/target +# Coverage reports +lcov.info +my-clippy-report.json +sonar-issues.json