From b6d0be4e70d22e00aa6337fccc6cdeda1a0cc872 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 15 Aug 2020 20:44:51 +0100 Subject: [PATCH] Update .gitignore --- .gitignore | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 925115b..24c14c3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ -/* +* +!*/ !/.gitignore !/**/.gitkeep !/.github/ @@ -15,6 +16,9 @@ !/web/modules/custom/ !/web/sites/default/environments/settings.*.php !/web/sites/default/settings.php -!/web/themes/custom/ +!/web/themes/custom/** /.idea/workspace.xml +/node_modules/ /tools/ansible/.roles/ +/vendor/ +/web/themes/custom/*/body-field-values.txt