build-configs: update

This commit is contained in:
Oliver Davies 2023-10-18 20:58:32 +02:00
parent dda036f9b1
commit 77bd4e53bd
2 changed files with 10 additions and 0 deletions

4
.gitignore vendored
View file

@ -38,3 +38,7 @@ web/web.config
# Docker.
.env
docker-compose.override.yaml
/bin/
/libraries/
/web/profiles/contrib/

View file

@ -38,6 +38,12 @@ dockerfile:
install:
- bcmath
git:
ignore:
- /bin/
- /libraries/
- /web/profiles/contrib/
experimental:
createGitHubActionsConfiguration: true
runGitHooksBeforePush: true