From 388d40f65e104e57e90aa18ff9a768f5a8c4a1d5 Mon Sep 17 00:00:00 2001 From: Christian Nikkanen Date: Fri, 6 Oct 2017 14:15:33 +0300 Subject: [PATCH] Stop ignoring themes --- customizations/installer.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/customizations/installer.sh b/customizations/installer.sh index f355d3a..ce58b64 100644 --- a/customizations/installer.sh +++ b/customizations/installer.sh @@ -87,11 +87,6 @@ ignore() { echo "Checking if there's any files that shouldn't be tracked in Git..." gitignore=$(<.gitignore) - if ! grep --quiet "/htdocs/wp-content/themes" <<< "$gitignore"; then - echo "Ignoring /htdocs/wp-content/themes (because themes are separate packages)" - echo /htdocs/wp-content/themes >> .gitignore - fi - if ! grep --quiet "/.vincit.d" <<< "$gitignore"; then echo "Ignoring /.vincit.d (used to detect installation status)" echo /.vincit.d >> .gitignore