# Ignore directories generated by Composer.
{% if drush %}
/drush/contrib/
{% endif %}
/vendor/
/{{ document_root_path }}core/
/{{ document_root_path }}modules/contrib/
/{{ document_root_path }}themes/contrib/
/{{ document_root_path }}profiles/contrib/
/{{ document_root_path }}libraries/

# Ignore sensitive information.
/{{ document_root_path }}sites/*/settings.php
/{{ document_root_path }}sites/*/settings.local.php

# Ignore Drupal's file directory.
/{{ document_root_path }}sites/*/files/

# Ignore SimpleTest multi-site environment.
/{{ document_root_path }}sites/simpletest/

# Ignore files generated by PhpStorm.
/.idea/

# Ignore .env files as they are personal.
/.env
