From 8282a886c033561e27a39f7c6ecc0a422fd63559 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Uzna=C5=84ski?= Date: Wed, 22 Sep 2021 10:50:41 +0200 Subject: [PATCH] [TASK] Do not package the ddev directory (#309) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Łukasz Uznański --- .gitattributes | 1 + composer.json | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 633b2b3..be75cc0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,5 @@ /.Build/ export-ignore +/.ddev/ export-ignore /.editorconfig export-ignore /.gitattributes export-ignore /.github/ export-ignore diff --git a/composer.json b/composer.json index 5dc5503..22668b1 100644 --- a/composer.json +++ b/composer.json @@ -141,6 +141,7 @@ "prepare-release": [ "rm .gitignore", "rm -rf .Build", + "rm -rf .ddev", "rm -rf .github", "rm -rf .gitlab", "rm -rf Tests",