build-configs(update)

This commit is contained in:
Oliver Davies 2023-11-14 13:05:34 +00:00
parent 77bd4e53bd
commit ff6c90bf25
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View file

@ -39,6 +39,7 @@ web/web.config
.env
docker-compose.override.yaml
/bin/
/libraries/
/web/profiles/contrib/

3
run
View file

@ -94,6 +94,9 @@ function _run {
"${service}" "${@}"
}
# Include any local tasks.
source run.local || true
TIMEFORMAT=$'\nTask completed in %3lR'
time "${@:-help}"