composer.lock
/vendor/

.idea/

##########################################################
# Files generated by ddev-drupal-contrib, or related to it.
##########################################################
/.editorconfig
/.gitattributes

# We don't want to commit .ddev configuration either. We can regenerate it
# using a script. This is required so that we can switch between versions
# of Drupal.
/.ddev/

# We don't want to commit Drupal core with the module.
/web/

# We don't want these files and we'd rather use the defaults both in local
# testing and in CI. But if we edit one of these files to update the standards,
# then remove the line from here so that you can commit the file.
/.prettierignore
/.prettierrc.json
/phpcs.xml.dist

# End files generated by ddev-drupal-contrib
