From 3d153c5580661577f9ce8d4beb08bb8b44cbc820 Mon Sep 17 00:00:00 2001 From: Deeka Wong Date: Fri, 6 Jan 2023 22:32:23 +0800 Subject: [PATCH] Update `.gitattributes` (#106) --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index bccd8ca..c90148b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ /.github export-ignore /.vscode export-ignore -/tests export-ignore \ No newline at end of file +/tests export-ignore +.gitattributes export-ignore \ No newline at end of file