Files
wc-composable-product/.gitignore
2026-03-01 13:41:31 +01:00

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/