From b50bfd19ad1502aaf173a33394ee56a2209530fe Mon Sep 17 00:00:00 2001 From: Gustavo Alberto <83519205+gustavo-alberto@users.noreply.github.com> Date: Wed, 1 Oct 2025 20:30:06 -0300 Subject: [PATCH] chore: add kicad backup folder and gerber files to gitignore --- electronics/.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/electronics/.gitignore b/electronics/.gitignore index 4e48574..499d81a 100644 --- a/electronics/.gitignore +++ b/electronics/.gitignore @@ -24,3 +24,10 @@ fp-info-cache # Footprint association file (exported from Pcbnew) *.cmp + +# Kicad default backup folder +*-backups/ + +# Gerber files +*.g* +*.drl