From d3b9e8400e165d33d041b68c7f9fdea53ebfe940 Mon Sep 17 00:00:00 2001 From: Kijin Sung Date: Mon, 26 Dec 2022 16:39:29 +0900 Subject: [PATCH] Update .gitattributes --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index ce24fdfbe..ef192bc48 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,6 @@ .gitattributes export-ignore .github export-ignore .gitignore export-ignore +codeception.dist.yml export-ignore /tests/ export-ignore -/vendor/bin/ export-ignore \ No newline at end of file +/common/vendor/bin/ export-ignore