geo-coop/.gitignore

27 lines
638 B
Text
Raw Normal View History

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
/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
/backup/
2021-04-11 10:43:32 -04:00
2021-04-24 20:56:35 -04:00
# Drupal scaffolding auto-added ignores
/.editorconfig
/.gitattributes