You've already forked wc-composable-product
All checks were successful
- Upgrade PHPUnit 9.6 → 10, update phpunit.xml.dist schema - Add PHPCS 3.13 with WordPress-Extra + PHPCompatibilityWP standards - PHPCBF auto-fix + manual fixes for full WPCS compliance - Add phpcs job to release workflow (parallel with lint) - Pin composer platform to PHP 8.3 to prevent incompatible dep locks Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
29 lines
264 B
Plaintext
Executable File
29 lines
264 B
Plaintext
Executable File
# Editor swap files
|
|
*.*swp
|
|
|
|
# Composer
|
|
vendor/
|
|
|
|
# Cache
|
|
cache/
|
|
|
|
# Development files
|
|
.vscode/
|
|
.idea/
|
|
logs/
|
|
*.log
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
.directory
|
|
|
|
# PHPUnit local overrides
|
|
phpunit.xml
|
|
|
|
# Binary files
|
|
languages/*.mo
|
|
|
|
.phpunit.result.cache
|
|
.phpunit.cache/
|