From 033bc1c48218d419d6278b1f41570ab263c0185d Mon Sep 17 00:00:00 2001 From: Luigi D'Acunto Date: Mon, 13 Jul 2026 15:29:30 +0200 Subject: [PATCH] Aggiorna il file .gitignore per includere file di test personali e migliorare la gestione dei file ignorati --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 75c810e..c5f4110 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,9 @@ - -### My Personal test file for Dev only ### /.*/ /*.bat /*.ps1 +/*.sh /*.md + +!/.gitlab !README.md !CHANGELOG.md \ No newline at end of file