CLAUDE.md is now committed project guidance for future Claude Code sessions; CLAUDE.local.md stays gitignored for machine-local notes.
29 lines
339 B
Plaintext
29 lines
339 B
Plaintext
# Claude / AI assistant notes — local to this machine, never committed
|
|
CLAUDE.local.md
|
|
|
|
# PHP
|
|
/vendor/
|
|
/composer.lock
|
|
.php-cs-fixer.cache
|
|
.phpunit.result.cache
|
|
|
|
# JS / build output
|
|
/node_modules/
|
|
/js/
|
|
/build/
|
|
/package-lock.json
|
|
|
|
# IDE / editor
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Local env / secrets
|
|
.env
|
|
.env.local
|