Skip to content

Commit

Permalink
Stop ignoring themes
Browse files Browse the repository at this point in the history
  • Loading branch information
k1sul1 authored Oct 6, 2017
1 parent ba8e230 commit 388d40f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions customizations/installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 388d40f

Please sign in to comment.