build-configs: update
This commit is contained in:
parent
dda036f9b1
commit
77bd4e53bd
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -38,3 +38,7 @@ web/web.config
|
|||
# Docker.
|
||||
.env
|
||||
docker-compose.override.yaml
|
||||
|
||||
/bin/
|
||||
/libraries/
|
||||
/web/profiles/contrib/
|
||||
|
|
|
@ -38,6 +38,12 @@ dockerfile:
|
|||
install:
|
||||
- bcmath
|
||||
|
||||
git:
|
||||
ignore:
|
||||
- /bin/
|
||||
- /libraries/
|
||||
- /web/profiles/contrib/
|
||||
|
||||
experimental:
|
||||
createGitHubActionsConfiguration: true
|
||||
runGitHooksBeforePush: true
|
||||
|
|
Loading…
Reference in a new issue