mirror of
https://github.com/mikecarper/MeshCore.git
synced 2026-09-01 23:58:20 +00:00
observer-firmware had a .build-wt-<sha> worktree committed as a gitlink, which made every CI checkout warn "No url found for submodule path ... in .gitmodules" and broke `git submodule` in fresh clones. This branch has no such entry; ignore the pattern so it stays that way, and skip it in both channels' paths-ignore since a build worktree can never change the binaries. The production build workflow is taken from observer-firmware verbatim, keeping the copy on this branch identical and conflict-free on promotion.