# Ignore directories generated by Composer
.travis.yml
bin
LICENSE
README.md
vendor

drush/contrib
drush/README.md
web/core
web/modules/contrib
web/modules/custom
web/themes/contrib
web/profiles/contrib
web/.htaccess
web/autoload.php
web/index.php
web/robots.txt
web/update.php
web/web.config

# Ignore Drupal's file directory
web/sites/*/files
web/sites/*/private
web/sites/example*.php

# Ignore environment specific settings
build.properties.local
phpcs.xml
tests/behat.yml
phpunit.xml
web/sites/default/services.yml
web/sites/default/default.*.yml
web/sites/default/default.*.php
web/sites/default/settings.*.php

# Ignore files generated by PhpStorm
.idea

# System folders
.DS_Store

