- Add control-plane service with Dockerfile and internal packages - Add web application (Next.js) - Add docker-compose.yml for orchestration - Update .gitignore and README.md
14 lines
220 B
Text
14 lines
220 B
Text
|
|
# Agent-Ops Private Rules
|
|
agent-ops/rules/private/
|
|
|
|
# Local runtime/test artifacts
|
|
/iop.db
|
|
/*.log
|
|
|
|
# Web Portal artifacts
|
|
apps/web/node_modules/
|
|
apps/web/.next/
|
|
apps/web/out/
|
|
apps/web/.env*.local
|
|
apps/web/*.tsbuildinfo
|