Stop ignoring esp32; drop esp32 rules from .gitignore

Made-with: Cursor
This commit is contained in:
2026-03-21 20:08:24 +13:00
parent 8689bdb6ef
commit b64dacc1c3

6
.gitignore vendored
View File

@@ -26,9 +26,3 @@ Thumbs.db
*.log *.log
*.db *.db
*.sqlite *.sqlite
# ESP32: track MicroPython sources; ignore firmware blobs (can't ignore esp32/ then un-ignore children)
esp32/*
!esp32/*.py