From b0c7915c82bf888faba3b7525eccd1cf6acd14b8 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 14 Nov 2023 13:04:07 +0000 Subject: [PATCH] build-configs(update) --- .gitignore | 6 ++---- run | 3 +++ 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index e437d14..f1df0c3 100644 --- a/.gitignore +++ b/.gitignore @@ -35,10 +35,8 @@ web/themes/contrib/ web/update.php web/web.config -# Databases. -*.sql -*.sql.* - # Docker. .env docker-compose.override.yaml + + diff --git a/run b/run index 642e8a1..233f613 100755 --- a/run +++ b/run @@ -112,6 +112,9 @@ function _run { "${service}" "${@}" } +# Include any local tasks. +source run.local || true + TIMEFORMAT=$'\nTask completed in %3lR' time "${@:-help}"