feat(drupal): ignore Docker-related files

This commit is contained in:
Oliver Davies 2023-10-08 17:24:49 +01:00
parent 52bc0f14a4
commit edbfb3c045

View file

@ -34,3 +34,8 @@ vendor/
{{ drupal.docroot }}/themes/contrib/
{{ drupal.docroot }}/update.php
{{ drupal.docroot }}/web.config
{% if flake is not defined %}
.env
docker-compose.override.yaml
{% endif %}