.DS_Store

# Ignore DDEV files
/.ddev/addon-metadata

# Ignore IDEs and editors
/.idea
/.vscode

# DDEV Drupal Contrib add-on
/web
/vendor
/recipes
/.editorconfig
/.gitattributes
/phpstan-baseline.neon
/.prettierignore
/.prettierrc.json

#PHPUnit output
junit.xml
.phpunit.result.cache
