From bb3eb00581dcf01816f3f3a094b9faabeeddcb94 Mon Sep 17 00:00:00 2001 From: Luigi D'Acunto Date: Mon, 11 May 2026 23:16:33 +0200 Subject: [PATCH] Rimuovi le voci .venv, .playwright-mcp e .vscode dal file .gitignore --- .gitignore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a4bc10d..f0ed818 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,2 @@ _ignored -.venv -.playwright-mcp -.vscode \ No newline at end of file +/.*/ \ No newline at end of file