64874e1c12
Run Tests / test (pull_request) Successful in 2m0s
- README:更新功能概覽(Token 刷新、圖片壓縮、教練審核流程、測試欄) 新增測試帳號表格與教練頁入口說明(/coach/login) - .env.example:刪除誤植的 README 殘留行,補上完整 REVERB_* 與 VITE_REVERB_* 區塊 - .gitignore:忽略 .windsurf/rules Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
33 lines
423 B
Plaintext
33 lines
423 B
Plaintext
/.phpunit.cache
|
|
docker-compose.override.yml
|
|
/node_modules
|
|
/public/build
|
|
/public/hot
|
|
/public/storage
|
|
/storage/*.key
|
|
/vendor
|
|
.env
|
|
.env.backup
|
|
.env.production
|
|
.phpunit.result.cache
|
|
Homestead.json
|
|
Homestead.yaml
|
|
auth.json
|
|
npm-debug.log
|
|
yarn-error.log
|
|
/.fleet
|
|
/.idea
|
|
/.vscode
|
|
/.claude/settings.local.json
|
|
/.claude/worktrees/
|
|
/.opensp
|
|
|
|
# Frontend
|
|
/frontend/node_modules
|
|
/frontend/dist
|
|
/frontend/.env
|
|
|
|
# windsurf
|
|
.windsurf/rules
|
|
|