aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--IDEAS.md1
-rwxr-xr-xshare/templater/drupal-composer/setup2
2 files changed, 3 insertions, 0 deletions
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