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

# Ignore Drupal's file directory
web/sites/default/files
private/*
private_files/*
tmp/*

# Ignore files generated by PhpStorm
.idea

# Ignore apple stuff
.DS_Store

# Ignore configuration files that may contain sensitive information.
web/sites/*/settings.local.php
web/sites/*/settings.devdesktop.php
web/sites/*/services*.yml

# Ignore paths that contain user-generated content.
web/sites/*/files
web/sites/*/private
web/sites/*/private_files

# Ignore SimpleTest multi-site environment.
web/sites/simpletest

# Ignore Acquia Dev Desktop configs.
web/sites/*.dd

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

docker-compose.local.yml

drush/local

/settings/*.php
!/settings/settings.proxy.php
!/settings/settings.trusted-hosts.php
# As this is just a bootstrap file here with sensitive values fetched from the env we can and should add it to git.
!/web/sites/default/settings.php
