Files
slot/.gitignore
T
chpark 59001dbc5f Add 201 React deploy + admin catch-all + redesign + tests
Stack on 201: PG 17 + Next.js 15 (Docker) + nginx (/, /php-ref/)
Home: StatStrip (8 metrics), LiveActivity feed, refined Hero aurora
Admin: 80+ menu catch-all renderer + read-only legacy table queries
Auth/CRUD: fix narrowing in 6 action routes, fix wr_last varchar(19),
  fix back() new URL on missing referer
Verify: 50/50 PASS across 5 iterations of login + comment + good + scrap

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-28 02:44:18 +09:00

46 lines
623 B
Plaintext

# DB dumps and migration logs (large, regenerable, may contain PII)
db/*.sql.gz
db/*.sql
db/*.log
db/*.dump
# Local data uploads (not copied from prod)
src/data/cache/
src/data/session/
src/data/log/
src/data/tmp/
src/data/file/
src/data/editor/
src/data/member_image/
src/data/parsing/
src/data/eblatest/
# Composer dependencies (regenerated by entrypoint.sh)
src/vendor/
# PHP runtime
src/tmp/
*.log
# OS / editor
.DS_Store
Thumbs.db
.idea/
.vscode/
*.swp
*~
# Node.js (will exist after Next.js scaffolding)
node_modules/
.next/
.turbo/
dist/
build/
.env
.env.local
.env.production
# Docker
docker/data/
HANDOFF.md