# Ignore directories generated by Composer
/drush/contrib/
/vendor/
vendor/
/web/core/
/web/modules/contrib/
/web/themes/contrib/
/web/profiles/contrib/
/web/libraries/

# Ignore Drupal's file directory
/web/sites/*/files/

# Ingore files that are only for the current local environment
web/sites/*/settings.local.php
web/sites/*/services.local.yml

# Test and CI artifacts.
tests/behat/screenshots
web/sites/simpletest

# Possible temporary drupal console bug.
console

# Current location where audit application runs from, required so drush works with drutiny.
audit-site
