From 49b144f91323066c6b38e92000a5880ef5ec3a57 Mon Sep 17 00:00:00 2001 From: nyxb Date: Sat, 20 May 2023 17:46:00 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=8D=20chore(.gitignore):=20add=20cover?= =?UTF-8?q?age=20directory=20to=20ignore=20list=20This=20commit=20adds=20t?= =?UTF-8?q?he=20coverage=20directory=20to=20the=20ignore=20list=20in=20the?= =?UTF-8?q?=20.gitignore=20file.=20This=20is=20done=20to=20prevent=20the?= =?UTF-8?q?=20coverage=20reports=20generated=20by=20the=20test=20suite=20f?= =?UTF-8?q?rom=20being=20committed=20to=20the=20repository.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f06235c..0e75fe5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules dist +coverage