From 6e275ed11f7ec718f17a5008cd715e34a3ba5a57 Mon Sep 17 00:00:00 2001 From: KarimAziev Date: Sun, 28 Apr 2024 17:33:39 +0300 Subject: [PATCH] build: add coverage to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0536488..cce3e73 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ app/scripts node_modules/ app/atomic-chrome.zip app/chrome-emacs.zip -app/options.html \ No newline at end of file +app/options.html +/coverage/ \ No newline at end of file