# Ignore directories generated by Composer /.config/ /.local/ /drush/contrib/ /vendor/ /web/core/ /web/modules/contrib/ /web/modules/starter/ /web/themes/contrib/ /web/profiles/contrib/ /web/libraries/ # Ignore sensitive information /web/sites/*/settings.php /web/sites/*/settings.local.php # Ignore Drupal's files directory /web/sites/*/files # Ignore Drupal's private files directory /private/ # Ignore SimpleTest multi-site environment. /web/sites/simpletest # Ignore phpunit override /phpunit.xml # Ignore files generated by PhpStorm /.idea/ # Ignore files generated by VSCode /.vscode/ # Ignore files generated by Sublime Text /*.sublime-project /*.sublime-workspace # Ignore Docker compose override /docker-compose.override.yml # Ignore todo file /.todo # Ignore .env files as they are personal /.env # Ignore node modules node_modules/ # Files from the Drupal scaffold for composer. /.editorconfig /.gitattributes /web/.csslintrc /web/.eslintignore /web/.eslintrc.json /web/.ht.router.php /web/.htaccess /web/autoload.php /web/example.gitignore /web/index.php /web/INSTALL.txt /web/README.txt /web/README.md /web/robots.txt /web/update.php /web/web.config /web/sites/README.txt /web/sites/example.sites.php /web/modules/README.txt /web/profiles/README.txt /web/themes/README.txt # Custom config /config/sync/webform.webform.*.yml /config/sync/language/*/webform.webform.*.yml /config/sync/shield.settings.yml /config/sync/context.context.*.yml # Ignore pnpm store .pnpm-store