1. .gitignore 新增 /.claude/settings.json 與 /.claude/settings.local.json,避免 session 中途授權產生的個人權限設定被誤提交。 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
29 lines
419 B
Plaintext
29 lines
419 B
Plaintext
/.phpunit.cache
|
|
/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
|
|
/docs/API
|
|
/docs/*.xlsx
|
|
/docs/pptx
|
|
/scratch
|
|
/.antigravitycli
|
|
|
|
# Claude Code 個人設定(權限授權等,不進版控)
|
|
/.claude/settings.json
|
|
/.claude/settings.local.json
|