diff options
-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 |