Lint info.xml / xml-lint (push) Successful in 13s
Lint PHP / php-lint (8.2) (push) Successful in 47s
Lint PHP / php-lint (8.3) (push) Successful in 38s
Lint PHP / php-lint (8.4) (push) Successful in 42s
PHPUnit / unit-tests (push) Successful in 38s
Build release artifact / package (push) Failing after 1m38s
.gitignore now excludes CLAUDE.md/CLAUDE.local.md and common IDE/OS/env cruft so local assistant notes never get committed.
31 lines
358 B
Plaintext
31 lines
358 B
Plaintext
# Claude / AI assistant notes — local to this machine, never committed
|
|
CLAUDE.md
|
|
CLAUDE.local.md
|
|
.claude/
|
|
|
|
# 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
|