32 lines
537 B
Text
32 lines
537 B
Text
|
|
# Agent-Ops Private Rules
|
|
agent-ops/rules/private/
|
|
|
|
# Agent-Test local rules/runs
|
|
agent-test/local/
|
|
agent-test/runs/
|
|
|
|
# Local runtime/test artifacts
|
|
/iop.db
|
|
/*.log
|
|
/build/
|
|
/dist/
|
|
/.env
|
|
/temp_verif/
|
|
|
|
# Flutter Portal artifacts
|
|
apps/portal/.dart_tool/
|
|
apps/portal/build/
|
|
apps/portal/.flutter-plugins*
|
|
apps/portal/.packages
|
|
|
|
# Flutter/Dart package artifacts
|
|
**/.dart_tool/
|
|
packages/**/pubspec.lock
|
|
|
|
# BEGIN Agent-Ops managed gitignore
|
|
!agent-task/
|
|
!agent-task/**/
|
|
!agent-task/**/*.md
|
|
!agent-task/**/*.log
|
|
# END Agent-Ops managed gitignore
|