From f2d3e737b35c3e3b2482f73a6b245119f3b4aeea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Tue, 31 Jul 2018 19:06:46 -0400 Subject: [PATCH] Temporarily allow deployment of .theme (PHP) files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1c5fc51..bf88d76 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,8 @@ web/sites web/themes/contrib web/themes/custom/*/*.php web/themes/custom/*/*.js -web/themes/custom/*/*.theme +# Temporarily allow deployment of .theme (PHP) files +# web/themes/custom/*/*.theme web/themes/custom/*/src vendor/