- Add artifact_server.go for edge node artifact serving - Refactor bootstrap/runtime.go to use new artifact server - Update Makefile for new build workflow - Remove deprecated bin/build/field-binaries.sh - Update edge README with new development workflow - Update edge-local-dev-guide.md with artifact server info - Add config and hostsetup updates for artifact serving - Update agent-ops rules and testing domain rules
26 lines
398 B
Text
26 lines
398 B
Text
|
|
# Agent-Ops Private Rules
|
|
agent-ops/rules/private/
|
|
|
|
# Local runtime/test artifacts
|
|
/iop.db
|
|
/*.log
|
|
/dist/
|
|
/.env
|
|
/temp_verif/
|
|
/bin/control-plane
|
|
/bin/edge
|
|
/bin/artifacts/
|
|
/bin/iop-control-plane
|
|
/bin/iop-edge
|
|
/bin/iop-node
|
|
/bin/iop-node-*
|
|
/bin/iop-worker
|
|
/bin/node
|
|
/bin/worker
|
|
|
|
# Flutter Portal artifacts
|
|
apps/portal/.dart_tool/
|
|
apps/portal/build/
|
|
apps/portal/.flutter-plugins*
|
|
apps/portal/.packages
|