33 lines
320 B
Plaintext
33 lines
320 B
Plaintext
# Dependencies
|
|
/vendor/
|
|
/node_modules/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Build
|
|
/build/
|
|
/dist/
|
|
/coverage/
|
|
|
|
# Cache
|
|
/wp-content/cache/
|
|
*.log
|
|
|
|
# Temp
|
|
.phpstan-cache/
|
|
.phpunit.result.cache
|
|
tests/wp-tests-config.php
|
|
tests/*.log
|
|
|
|
# Local third-party reference copies (never commit)
|
|
wp-rocket/
|