From b6c855f4261727e3cf6e48a35ecaf51b02c6387b Mon Sep 17 00:00:00 2001 From: Fred Emmott Date: Thu, 10 May 2018 12:53:11 -0700 Subject: [PATCH] dont include hhconfig in release packages --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index abaeceedf..9fa9c284c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,3 +3,4 @@ src/__Private/codegen/ export-ignore src/__Private/CodegenCLI.php export-ignore tests/ export-ignore codegen/ linguist-generated=true +.hhconfig export-ignore