build-configs(update)
This commit is contained in:
parent
77bd4e53bd
commit
ff6c90bf25
2 changed files with 4 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -39,6 +39,7 @@ web/web.config
|
|||
.env
|
||||
docker-compose.override.yaml
|
||||
|
||||
|
||||
/bin/
|
||||
/libraries/
|
||||
/web/profiles/contrib/
|
||||
|
|
3
run
3
run
|
@ -94,6 +94,9 @@ function _run {
|
|||
"${service}" "${@}"
|
||||
}
|
||||
|
||||
# Include any local tasks.
|
||||
source run.local || true
|
||||
|
||||
TIMEFORMAT=$'\nTask completed in %3lR'
|
||||
time "${@:-help}"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue