forked from fa/breadcrumb-the-shire
- tools/codex-skills/ removed — skills now live in .agents/skills/ - docs/reference-agents-*.md removed — replaced by .agents/workflow.md - FilterDrawerContractTest split into Runtime + Template contract tests - bin scripts and .gitignore updated for .agents/ paths Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
27 lines
327 B
Plaintext
27 lines
327 B
Plaintext
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# Composer
|
|
composer.phar
|
|
/vendor/
|
|
|
|
# Secrets / local config
|
|
config/config.php
|
|
.env
|
|
|
|
# Agent workflow runs (ephemeral artifacts)
|
|
/.agents/runs/*
|
|
!/.agents/runs/.gitkeep
|
|
|
|
# Runtime & generated
|
|
/web/debugger/
|
|
/data/
|
|
/storage/*
|
|
!/storage/.gitkeep
|
|
.phpunit.result.cache
|
|
.php-cs-fixer.cache
|