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.
|
# Docker.
|
||||||
.env
|
.env
|
||||||
docker-compose.override.yaml
|
docker-compose.override.yaml
|
||||||
|
|
||||||
|
/bin/
|
||||||
|
/libraries/
|
||||||
|
/web/profiles/contrib/
|
||||||
|
|
|
@ -38,6 +38,12 @@ dockerfile:
|
||||||
install:
|
install:
|
||||||
- bcmath
|
- bcmath
|
||||||
|
|
||||||
|
git:
|
||||||
|
ignore:
|
||||||
|
- /bin/
|
||||||
|
- /libraries/
|
||||||
|
- /web/profiles/contrib/
|
||||||
|
|
||||||
experimental:
|
experimental:
|
||||||
createGitHubActionsConfiguration: true
|
createGitHubActionsConfiguration: true
|
||||||
runGitHooksBeforePush: true
|
runGitHooksBeforePush: true
|
||||||
|
|
Loading…
Reference in a new issue