2019-07-28 15:18:13 -04:00
|
|
|
# Ignore custom services which is currently used only locally for development
|
|
|
|
/web/sites/default/services.yml
|
|
|
|
|
2019-07-12 14:27:04 -04:00
|
|
|
# Drutopia-provided files which should not be overridden
|
|
|
|
/web/core
|
|
|
|
/web/modules/contrib
|
2020-05-06 23:01:29 -04:00
|
|
|
/web/libraries/
|
2019-07-12 14:27:04 -04:00
|
|
|
/web/profiles/contrib
|
|
|
|
/web/themes/contrib
|
|
|
|
/web/sites/default/files
|
|
|
|
/web/index.php
|
|
|
|
/web/update.php
|
|
|
|
/web/autoload.php
|
|
|
|
/web/sites/default/default.services.yml
|
|
|
|
/web/sites/default/default.settings.php
|
|
|
|
/web/sites/development.services.yml
|
|
|
|
/web/sites/example.settings.local.php
|
|
|
|
/web/sites/example.sites.php
|
|
|
|
/vendor/
|
2019-07-17 14:47:01 -05:00
|
|
|
|
2021-04-24 20:56:35 -04:00
|
|
|
# Temporary data dumps directory
|
2022-02-06 15:06:27 -05:00
|
|
|
/backups/
|
2021-04-11 10:43:32 -04:00
|
|
|
|
2021-04-24 20:56:35 -04:00
|
|
|
# Drupal scaffolding auto-added ignores
|
2020-05-06 22:57:27 -04:00
|
|
|
/.editorconfig
|
2020-05-06 23:01:29 -04:00
|
|
|
/.gitattributes
|