build-configs(update)
This commit is contained in:
parent
46b19bca22
commit
b0c7915c82
2 changed files with 5 additions and 4 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -35,10 +35,8 @@ web/themes/contrib/
|
||||||
web/update.php
|
web/update.php
|
||||||
web/web.config
|
web/web.config
|
||||||
|
|
||||||
# Databases.
|
|
||||||
*.sql
|
|
||||||
*.sql.*
|
|
||||||
|
|
||||||
# Docker.
|
# Docker.
|
||||||
.env
|
.env
|
||||||
docker-compose.override.yaml
|
docker-compose.override.yaml
|
||||||
|
|
||||||
|
|
||||||
|
|
3
run
3
run
|
@ -112,6 +112,9 @@ function _run {
|
||||||
"${service}" "${@}"
|
"${service}" "${@}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Include any local tasks.
|
||||||
|
source run.local || true
|
||||||
|
|
||||||
TIMEFORMAT=$'\nTask completed in %3lR'
|
TIMEFORMAT=$'\nTask completed in %3lR'
|
||||||
time "${@:-help}"
|
time "${@:-help}"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue