Temporarily allow deployment of .theme (PHP) files
This commit is contained in:
parent
e0e6aa44f2
commit
f2d3e737b3
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -9,7 +9,8 @@ web/sites
|
||||||
web/themes/contrib
|
web/themes/contrib
|
||||||
web/themes/custom/*/*.php
|
web/themes/custom/*/*.php
|
||||||
web/themes/custom/*/*.js
|
web/themes/custom/*/*.js
|
||||||
web/themes/custom/*/*.theme
|
# Temporarily allow deployment of .theme (PHP) files
|
||||||
|
# web/themes/custom/*/*.theme
|
||||||
web/themes/custom/*/src
|
web/themes/custom/*/src
|
||||||
vendor/
|
vendor/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue