Document allowing custom modules for migration
This commit is contained in:
parent
e48c0c6b03
commit
acced76cc5
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -6,6 +6,9 @@ web/core
|
|||
web/modules/contrib
|
||||
web/profiles
|
||||
web/sites
|
||||
## 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.
|
||||
web/themes/contrib
|
||||
web/themes/custom/*/*.php
|
||||
web/themes/custom/*/*.js
|
||||
|
|
Loading…
Reference in a new issue