Corrected .gitignore to ignore the soft link

This commit is contained in:
John Poole 2026-04-19 10:32:48 -07:00
commit 8c7e2d477c

13
exercises/.gitignore vendored
View file

@ -1,3 +1,12 @@
examples/* # ignore entire directories
lilygo/* lilygo/
#ignore soft links
examples
# ignore logs
*.log
# optional: timestamped outputs if you expand later
*_magnetometer_readings*.log