wip: article AI polish, category SEO fields, cover generator, membership plan seeder
CI / PHPUnit (PHP 8.3) (push) Failing after 4s
CI / PHPUnit (PHP 8.2) (push) Failing after 1m9s
CI / Deploy (manual gate) (push) Skipped

This commit is contained in:
2026-09-07 18:48:37 +00:00
parent 263b98b218
commit 3cec4c5e18
121 changed files with 4701 additions and 313 deletions
+38 -4
View File
@@ -1,8 +1,14 @@
*.log
.DS_Store
._*
Thumbs.db
# Environment / secrets (keep .env.example tracked)
.env
.env.backup
.env.production
.env.*
!.env.example
# Local tooling / IDE
.phpactor.json
.phpunit.result.cache
/.fleet
@@ -13,13 +19,41 @@
/.vscode
/.zed
/auth.json
# Dependencies & frontend build
/node_modules
/public/build
/public/hot
/public/storage
/vendor
# Laravel runtime
/storage/*.key
/storage/pail
/vendor
# 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
Thumbs.db
/.vagrant
# Package manager debug logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Coverage / misc build artifacts
/coverage
/build