php/.gitignore
Snider 651041747a
Some checks failed
CI / PHP 8.3 (push) Failing after 2m20s
CI / PHP 8.4 (push) Failing after 2m2s
chore: add .core/ and .idea/ to .gitignore
2026-03-15 10:17:50 +00:00

33 lines
403 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/
# Worktrees
.worktrees/
.core/