You've already forked wc-composable-product
CI/CD workflow now compiles .mo files during release, so they no longer need to be tracked in git. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
29 lines
231 B
Plaintext
Executable File
29 lines
231 B
Plaintext
Executable File
# Linked sources
|
|
wp-core
|
|
wp-plugins
|
|
tpp
|
|
|
|
# Editor swap files
|
|
*.*swp
|
|
|
|
# Composer
|
|
vendor/
|
|
composer.lock
|
|
|
|
# Cache
|
|
cache/
|
|
|
|
# Development files
|
|
.vscode/
|
|
.idea/
|
|
logs/
|
|
*.log
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Binary files
|
|
languages/*.mo
|
|
|