From 563527e31ed320523795621c2e65e6c7e31c5800 Mon Sep 17 00:00:00 2001 From: Andrea Fiorencis Date: Wed, 25 Mar 2026 10:56:45 +0100 Subject: [PATCH] Aggiunta cartella immagini esempio in gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d3984ca..62d46d4 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -img/ \ No newline at end of file +img/ +!img/example/ \ No newline at end of file