From 09c3e5702ebf4068099cce98608c6ca88babc568 Mon Sep 17 00:00:00 2001
From: NovemLinguae <79697282+NovemLinguae@users.noreply.github.com>
Date: Thu, 26 Jan 2023 05:43:31 -0800
Subject: [PATCH] gitignore: add coverage folder (#1702)

---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 88fc16c21..83ff7d66a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,6 +9,7 @@ stash*.diff
 *.jsX
 .vscode/
 patch-test-loader.js
+coverage/
 
 # Windows
 Thumbs.db