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 /share | |
parent | 3c9890e7082ad4c6c1615592ecbf53237414bf11 (diff) | |
download | templater-3835f27a428f82dd5534867d5df10e4f39a286f0.tar.gz templater-3835f27a428f82dd5534867d5df10e4f39a286f0.tar.bz2 |
Minor updates
Diffstat (limited to 'share')
-rwxr-xr-x | share/templater/drupal-composer/setup | 2 |
1 files changed, 2 insertions, 0 deletions
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 |