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
|
|
|
|
web/themes/contrib
|
|
|
|
web/themes/custom/*/*.php
|
|
|
|
web/themes/custom/*/*.js
|
2018-07-31 23:06:46 +00:00
|
|
|
# Temporarily allow deployment of .theme (PHP) files
|
2018-07-31 23:09:11 +00:00
|
|
|
# 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/
|
|
|
|
|
|
|
|
# What you CAN commit:
|
|
|
|
# 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
|
|
|
|
composer.lock
|