From 29dc29fd25546aa87e2afc2c38ad1d9f89c5fac0 Mon Sep 17 00:00:00 2001 From: Guilherme Ferreira Date: Fri, 16 Feb 2024 14:50:01 -0300 Subject: [PATCH] update gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 11eb4dd62c..f4bd18c255 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,6 @@ nodelogs/ */config.toml */private.key .vscode/ -.idea* \ No newline at end of file +testlogs/ +.idea* +*.cov \ No newline at end of file