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}"