From 4fa78afbc2c9ac5361baed5331cbc9faa8422290 Mon Sep 17 00:00:00 2001 From: "Max P." Date: Fri, 2 May 2025 19:54:36 +0200 Subject: [PATCH] chore: clean up .gitignore by removing unnecessary entries Signed-off-by: Max P. --- .gitignore | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index e0b93cd..4b4d863 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1 @@ -# Internal -.vscode -.locale -.VSCodeCounter - -*.ignore.* - -dist/* -node_modules/* +coverage/ \ No newline at end of file