5deff727a4
Job 10 runs `deptrac analyse` (root: app/) when staged app/**/*.php changes — the layer-dependency gate. Red-green verified: a Model→Service dependency is flagged (DependsOnDisallowedLayer, exit 1); a clean tree exits 0. app/.gitignore += /.deptrac.cache. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
32 lines
419 B
Plaintext
32 lines
419 B
Plaintext
*.log
|
|
.backups/
|
|
.DS_Store
|
|
.env
|
|
.env.backup
|
|
.env.production
|
|
.phpactor.json
|
|
.phpunit.result.cache
|
|
/.deptrac.cache
|
|
/.codex
|
|
/.cursor/
|
|
/.idea
|
|
/.nova
|
|
/.phpunit.cache
|
|
/.vscode
|
|
/.zed
|
|
/auth.json
|
|
/node_modules
|
|
/public/build
|
|
/public/fonts-manifest.dev.json
|
|
/public/hot
|
|
/public/storage
|
|
/storage/*.key
|
|
/storage/pail
|
|
/storage/bundle-analyze.html
|
|
/vendor
|
|
_ide_helper.php
|
|
_ide_helper_models.php
|
|
Homestead.json
|
|
Homestead.yaml
|
|
Thumbs.db
|