From 6e3d940c8c5c589faacfd9a095ec87f68b5c11bc Mon Sep 17 00:00:00 2001 From: luke Date: Sat, 28 Jan 2023 20:05:28 +0000 Subject: [PATCH] Adds Docker to allow users to get the project up and running quickly. --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index c6e004ff..23b22c3c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,5 @@ /art export-ignore +/docker export-ignore /docs export-ignore /tests export-ignore /scripts export-ignore @@ -11,5 +12,6 @@ phpstan.neon export-ignore /phpunit.xml export-ignore CHANGELOG.md export-ignore CONTRIBUTING.md export-ignore +docker-compose.yml export-ignore README.md export-ignore