From 27fe6edcf7f646d26f7e4b6b7c85298a60c10533 Mon Sep 17 00:00:00 2001 From: Charles-Edouard de la Vergne Date: Fri, 12 Apr 2024 10:00:09 +0200 Subject: [PATCH] Cleanup .gitignore --- .gitignore | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 6b3139a..20f25ff 100644 --- a/.gitignore +++ b/.gitignore @@ -3,17 +3,15 @@ bin/ debug/ build/ +# Unit tests and code coverage +tests/unit/build/ +tests/unit/coverage/ +tests/unit/coverage.* + # Python venv/ *.pyc __version__.py -# JS -tests/node_modules -tests/lib -tests/yarn-error.log -tests/elfs/* -tests/snapshots-tmp - .vscode .idea