php/.gitignore
Snider dc064cbb61
Some checks failed
CI / PHP 8.4 (push) Failing after 1m51s
CI / PHP 8.3 (push) Failing after 1m58s
feat: promote PHP commands to root in core-php binary
AddPHPRootCommands registers commands directly on root so
the standalone binary uses `core-php dev` not `core-php php dev`.
AddPHPCommands remains for use inside the `core` CLI.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 18:47:55 +00:00

29 lines
371 B
Text

bin/
/vendor
/packages/*/vendor
composer.lock
.DS_Store
.idea/
*.swp
*.swo
.env
.env.dev
auth.json
node_modules/
bootstrap/cache
public/build
/storage/*.key
/storage/pail
/storage/logs
/storage/framework
.phpunit.result.cache
.phpunit.cache
/coverage
/docs/.vitepress/dist
docs/.vitepress/cache/
# QA tools
.infection/
infection.log
infection-summary.log
.rector-cache/