Files
larablog/.gitignore
T
gouki 3cec4c5e18
CI / PHPUnit (PHP 8.3) (push) Failing after 4s
CI / PHPUnit (PHP 8.2) (push) Failing after 1m9s
CI / Deploy (manual gate) (push) Skipped
wip: article AI polish, category SEO fields, cover generator, membership plan seeder
2026-09-07 18:48:37 +00:00

60 lines
829 B
Plaintext

*.log
.DS_Store
._*
Thumbs.db
# Environment / secrets (keep .env.example tracked)
.env
.env.*
!.env.example
# Local tooling / IDE
.phpactor.json
.phpunit.result.cache
/.fleet
/.idea
/.memsearch
/.nova
/.phpunit.cache
/.vscode
/.zed
/auth.json
# Dependencies & frontend build
/node_modules
/public/build
/public/hot
/public/storage
/vendor
# Laravel runtime
/storage/*.key
/storage/pail
# Workerman / process runtime (also covers leftover files in project root)
*.pid
*.pid.lock
*.status
*.status.connection
# Local databases (also covered by database/.gitignore)
*.sqlite
*.sqlite-journal
*.sqlite-shm
*.sqlite-wal
# Homestead / Vagrant
Homestead.json
Homestead.yaml
/.vagrant
# Package manager debug logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Coverage / misc build artifacts
/coverage
/build