From 07a07fc0796088445a3aa2248c1f3e932811ef1c Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Wed, 19 Apr 2023 14:41:14 +0300 Subject: [PATCH] fix: do not remove `README` from archive --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 9057ec5..6f40cc1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -README.md export-ignore \ No newline at end of file +MOCK.md export-ignore \ No newline at end of file