build-configs: update
This commit is contained in:
parent
dda036f9b1
commit
77bd4e53bd
2 changed files with 10 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue