# Local PHPUnit configuration. The committed phpunit.xml.dist has no site
# specific values in it; this is where yours go.
phpunit.xml
.phpunit.cache/
.phpunit.result.cache

# Tool caches and reports produced by running the checks locally.
.php-cs-fixer.cache
phpstan-baseline.neon
phpstan-quality-report.json
junit.xml
/reports/

# Never commit an installed dependency tree into a module.
/vendor/
/node_modules/

# Editors and operating systems.
.DS_Store
Thumbs.db
.idea/
.vscode/
*.sublime-project
*.sublime-workspace
*.swp
*~

# Working notes and project page source. Both are written for humans working on
# the module rather than for people installing it, and drupal.org packages the
# whole repository into the release tarball, so neither belongs in it.
#
# They are still on disk, just untracked. If you would rather version them, move
# them somewhere outside the packaged module or delete these two lines.
/PLAN.md
/module.html

# Interface captures for the project page. Uploaded to drupal.org rather than
# shipped: seven screenshots outweigh the module's own code, and they go stale
# the moment the interface changes.
/screenshots/
