chore: add CLAUDE.local.md to .gitignore
Local machine configuration (ESP-IDF paths, COM port, build instructions) should not be committed to the repository. Co-Authored-By: claude-flow <ruv@ruv.net>
This commit is contained in:
parent
4643fcf88e
commit
8131fa4829
|
|
@ -1,3 +1,6 @@
|
|||
# Local machine configuration (not shared)
|
||||
CLAUDE.local.md
|
||||
|
||||
# ESP32 firmware build artifacts and local config (contains WiFi credentials)
|
||||
firmware/esp32-csi-node/build/
|
||||
firmware/esp32-csi-node/sdkconfig
|
||||
|
|
|
|||
Loading…
Reference in New Issue