2023-12-01 21:52:30 +00:00
|
|
|
# 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/
|
|
|
|
|
|
|
|
# Ignore configuration files that may contain sensitive information.
|
|
|
|
sites/*/settings*.php
|
|
|
|
sites/*/services*.yml
|
|
|
|
|
|
|
|
# Ignore paths that contain user-generated content.
|
|
|
|
sites/*/files
|
|
|
|
sites/*/private
|
|
|
|
|
|
|
|
# Ignore SimpleTest multi-site environment.
|
|
|
|
sites/simpletest
|
|
|
|
|
|
|
|
# If you prefer to store your .gitignore file in the sites/ folder, comment
|
|
|
|
# or delete the previous settings and uncomment the following ones, instead.
|
|
|
|
|
|
|
|
# Ignore configuration files that may contain sensitive information.
|
|
|
|
# */settings*.php
|
|
|
|
|
|
|
|
# Ignore paths that contain user-generated content.
|
|
|
|
# */files
|
|
|
|
# */private
|
|
|
|
|
|
|
|
# Drupal scaffolding auto-added ignores
|
|
|
|
/.editorconfig
|
|
|
|
/.gitattributes
|
|
|
|
/web/
|
|
|
|
|
|
|
|
# Ignore database backup directory.
|
|
|
|
/backups/
|
2023-12-05 22:07:08 +00:00
|
|
|
|
|
|
|
# Ignore build directory.
|
|
|
|
/build/
|