From: Silvio Rhatto Date: Fri, 7 Aug 2020 13:42:39 +0000 (-0300) Subject: Minor updates X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=3835f27a428f82dd5534867d5df10e4f39a286f0;p=templater.git Minor updates --- diff --git a/IDEAS.md b/IDEAS.md index ea52f69..ee3c667 100644 --- a/IDEAS.md +++ b/IDEAS.md @@ -27,6 +27,7 @@ Ideas * Manpage * Multilicense * Bugs-everywhere + * Bookdown * Code: * Per-module push-to-deploy scripts (`bin/deploy.d`) * Makefiles: non-conflicting target names with aliases/shorthands in the main Makefile diff --git a/share/templater/drupal-composer/setup b/share/templater/drupal-composer/setup index fa057fc..9758298 100755 --- a/share/templater/drupal-composer/setup +++ b/share/templater/drupal-composer/setup @@ -45,6 +45,8 @@ function templater_drupal_composer { if [ -d ".git" ]; then git ignore web/sites/default/settings.local.php + else + echo "web/sites/default/settings.local.php" >> .gitignore fi fi