From 8c7e2d477c9998313dacea478918c0ffee460f0b Mon Sep 17 00:00:00 2001 From: John Poole Date: Sun, 19 Apr 2026 10:32:48 -0700 Subject: [PATCH] Corrected .gitignore to ignore the soft link --- exercises/.gitignore | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/exercises/.gitignore b/exercises/.gitignore index 374b78b..374a903 100644 --- a/exercises/.gitignore +++ b/exercises/.gitignore @@ -1,3 +1,12 @@ -examples/* -lilygo/* +# ignore entire directories +lilygo/ + +#ignore soft links +examples + +# ignore logs +*.log + +# optional: timestamped outputs if you expand later +*_magnetometer_readings*.log