# Comment these lines if you don't use Composer.
/drush/contrib/
/vendor/
/web/core/
/web/modules/*
!/web/modules/custom
/web/themes/*
!/web/themes/custom
/web/profiles/*
!/web/profiles/custom
/web/libraries/
/web/.*
/config
/web/*.php
/web/web.config
/web/robots.txt
drupal_config

# Ignore sensitive information
/web/sites/*

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

# Ignore files generated by PhpStorm
/.idea/
.editorconfig
.gitattributes