From 97cc5c09015519fe2bac327ea48c8514275eee90 Mon Sep 17 00:00:00 2001 From: MichaelK-F Date: Mon, 21 Jul 2025 07:10:16 +0800 Subject: [PATCH] add kicad lock file for schematic to git ignore so you can git commit while the schematic editor is open --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0055b0a..00182a2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .DS_Store **/mainboard-backups/ +~mainboard.kicad_sch.lck \ No newline at end of file