2018-07-31 14:53:18 +00:00
|
|
|
web/robots.txt
|
|
|
|
web/*.php
|
|
|
|
web/web.config
|
|
|
|
web/.*
|
|
|
|
web/core
|
2018-08-22 17:45:31 +00:00
|
|
|
web/modules/contrib
|
2018-07-31 14:53:18 +00:00
|
|
|
web/profiles
|
|
|
|
web/sites
|
2020-03-02 17:54:42 +00:00
|
|
|
web/libraries
|
2018-08-24 20:05:59 +00:00
|
|
|
## Temporarily allow deployment of custom modules (by only ignoring contrib here).
|
|
|
|
## So far we are using custom modules for migration only, which wouldn't technically
|
|
|
|
## ever be required on the platform.
|
2018-07-31 14:53:18 +00:00
|
|
|
web/themes/contrib
|
|
|
|
web/themes/custom/*/*.php
|
|
|
|
web/themes/custom/*/*.js
|
2018-08-24 20:06:24 +00:00
|
|
|
## Temporarily allow deployment of .theme (PHP) files
|
|
|
|
## See web/themes/custom/agarica/agarica.theme
|
2018-07-31 23:06:46 +00:00
|
|
|
# web/themes/custom/*/*.theme
|
2018-07-31 14:53:18 +00:00
|
|
|
web/themes/custom/*/src
|
|
|
|
vendor/
|
|
|
|
|
2018-09-06 20:07:12 +00:00
|
|
|
## Ignore folder for SQL dumps
|
2021-07-14 12:01:39 +00:00
|
|
|
/backups
|
2018-09-06 20:07:12 +00:00
|
|
|
|
2019-02-20 20:50:26 +00:00
|
|
|
## Ignore other template-built files:
|
|
|
|
drush/sites/local.site.yml
|
|
|
|
drush/drush.yml
|
|
|
|
|
2018-08-24 20:06:24 +00:00
|
|
|
## What you CAN commit:
|
2018-07-31 14:53:18 +00:00
|
|
|
# config
|
|
|
|
# web/themes/custom/*/templates
|
|
|
|
# web/themes/custom/*/images
|
|
|
|
# web/themes/custom/*/sass (or css, pick one)
|
|
|
|
# web/themes/custom/*/js
|
|
|
|
# web/themes/custom/*/*.yml
|
|
|
|
|
|
|
|
## Ignore vagrant-created files.
|
2018-07-31 23:03:28 +00:00
|
|
|
.vagrant
|
2018-08-20 14:44:52 +00:00
|
|
|
|
|
|
|
## Ignore lock file during development / not used on platform anyway
|
2018-08-24 20:06:44 +00:00
|
|
|
## Temporarily allow deployment of select contrib modules (by permitting the lock file).
|
|
|
|
## So far we are using select contrib modules for migration only, which wouldn't
|
|
|
|
## technically ever be required on the platform... but they'd have to be uninstalled
|
|
|
|
## before the configuration were deployed. We need to at least report to sites "your
|
|
|
|
## composer.json/composer.lock file called for modules X and Y, which were not deployed"
|
|
|
|
## to make it easier to understand the resulting config import error :-/
|
|
|
|
# composer.lock
|
2020-06-11 01:02:56 +00:00
|
|
|
/.editorconfig
|
2020-06-12 19:11:48 +00:00
|
|
|
/.gitattributes
|