You've already forked wc-bootstrap
Add test infrastructure for isolated unit testing without WordPress/WooCommerce: - 27 tests (54 assertions) covering TemplateOverride and WooCommerceExtension - Brain\Monkey for WordPress function mocking, class stubs for TwigService and WC_Product - PHPUnit test job added to Gitea CI pipeline between lint and build-release - Test artifacts excluded from release packages Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
39 lines
395 B
Plaintext
39 lines
395 B
Plaintext
# Symlinks
|
|
wp-core
|
|
wc-core
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
vendor/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# npm
|
|
npm-debug.log
|
|
|
|
# Backup files
|
|
*.bak
|
|
*.po~
|
|
|
|
# Compiled translations (built by CI/CD release workflow)
|
|
*.mo
|
|
|
|
# Claude local settings
|
|
.claude/settings.local.json
|
|
|
|
# Build artifacts (releases directory)
|
|
releases/
|
|
|
|
# Docker runtime
|
|
.env
|
|
KNOWN_BUGS.md
|
|
.phpunit.cache/
|