You've already forked wc-composable-product
31 lines
280 B
Plaintext
Executable File
31 lines
280 B
Plaintext
Executable File
# Editor swap files
|
|
*.*swp
|
|
|
|
# Composer
|
|
vendor/
|
|
|
|
# Cache
|
|
cache/
|
|
|
|
# Development files
|
|
.vscode/
|
|
.idea/
|
|
logs/
|
|
wp-core
|
|
wc-core
|
|
*.log
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
.directory
|
|
|
|
# PHPUnit local overrides
|
|
phpunit.xml
|
|
|
|
# Binary files
|
|
languages/*.mo
|
|
|
|
.phpunit.result.cache
|
|
.phpunit.cache/
|