Skip to content

Commit 4f3a307

Browse files
committed
chore(.gitignore): exclude local setup-direct-mode.sh operator helper
Operator helper at the repo root (`./setup-direct-mode.sh`) that pushes the committed direct-mode YAML templates onto the mini2 / nuc runner hosts, opens an editor to fill placeholders, writes ``LG_DIRECT_ENV`` into ``~/actions-runner/.env``, and restarts the runner service. Intentionally kept local — it just runs the steps documented in ``doc/source/developer/hardware_ci.rst`` (Direct-mode YAML templates section) with less typing — so the ignore is narrow to the exact filename.
1 parent 71a884e commit 4f3a307

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,3 +137,6 @@ test/hw/output/
137137
lg_*
138138
# Allow committed redacted templates in the developer docs samples dir.
139139
!doc/source/developer/samples/lg_*.yaml.example
140+
141+
# One-off local operator helper, never tracked.
142+
/setup-direct-mode.sh

0 commit comments

Comments
 (0)