From 77bd4e53bd91c906df6d83ac3ca75da97e4c6938 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 18 Oct 2023 20:58:32 +0200 Subject: [PATCH] build-configs: update --- .gitignore | 4 ++++ build.yaml | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/.gitignore b/.gitignore index 8f526a8..1747a4f 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,7 @@ web/web.config # Docker. .env docker-compose.override.yaml + +/bin/ +/libraries/ +/web/profiles/contrib/ diff --git a/build.yaml b/build.yaml index 9b88af5..40e1b9d 100644 --- a/build.yaml +++ b/build.yaml @@ -38,6 +38,12 @@ dockerfile: install: - bcmath +git: + ignore: + - /bin/ + - /libraries/ + - /web/profiles/contrib/ + experimental: createGitHubActionsConfiguration: true runGitHooksBeforePush: true