# Ignore core when managing all of a project's dependencies with Composer
# including Drupal core.
/web/core

# Ignore dependencies that are managed with Composer.
# Generally you should only ignore the root vendor directory. It's important
# that core/assets/vendor and any other vendor directories within contrib or
# custom module, theme, etc., are not ignored unless you purposely do so.
/vendor/
/web/modules/contrib/
/web/themes/contrib/
/web/profiles/contrib/
/web/libraries/
node_modules

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

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

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

# Environment.
.env

# Editors.
.idea/
.vscode/

# Others.
*.log
*.sql
.editorconfig
.gitattributes
/web/.csslintrc
/web/.eslintignore
/web/.eslintrc.json
/web/.gitignore
