From df04ac0097f622a5e8aa9246dbfa84f2b9d1a40b Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 9 Feb 2024 07:06:03 +0000 Subject: [PATCH] Update .gitignore --- .gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.gitignore b/.gitignore index 58ac6c9..5b407a0 100644 --- a/.gitignore +++ b/.gitignore @@ -3,9 +3,22 @@ * !*/ +!/.dockerignore !/.env.example +!/.githooks/** +!/.github/** !/.gitignore +!/.hadolint.yaml +!/Dockerfile !/build.yaml +!/composer.{json,lock} +!/docker-compose.yaml +!/phpcs.xml.dist +!/phpstan.neon.dist +!/phpunit.xml.dist +!/run +!/run.local +!/tools/** !/web/*/custom/**