]> gitweb.fluxo.info Git - templater.git/commitdiff
Minor updates
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 7 Aug 2020 13:42:39 +0000 (10:42 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 7 Aug 2020 13:42:39 +0000 (10:42 -0300)
IDEAS.md
share/templater/drupal-composer/setup

index ea52f694c1fd13426017e3bc29286d4e7316e37b..ee3c667ec5a6a8a5bd61d43403718fa25cc34357 100644 (file)
--- 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
index fa057fcf3573b45c52eac6a049651c46da697477..975829883a730da8f4d6adceacdec5006aaba1ad 100755 (executable)
@@ -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