diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2020-08-07 10:42:39 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2020-08-07 10:42:39 -0300 |
commit | 3835f27a428f82dd5534867d5df10e4f39a286f0 (patch) | |
tree | eb73f6630124071794b5ae404f02f7dc8e5ebc1c | |
parent | 3c9890e7082ad4c6c1615592ecbf53237414bf11 (diff) | |
download | templater-3835f27a428f82dd5534867d5df10e4f39a286f0.tar.gz templater-3835f27a428f82dd5534867d5df10e4f39a286f0.tar.bz2 |
Minor updates
-rw-r--r-- | IDEAS.md | 1 | ||||
-rwxr-xr-x | share/templater/drupal-composer/setup | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -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 |