From d1000772cc42247ba76625ef310e530988ad7a30 Mon Sep 17 00:00:00 2001 From: Andrea Fiorencis Date: Thu, 9 Apr 2026 08:36:30 +0200 Subject: [PATCH] Fix gitignore per spostamento in cartella src --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1a806e8..4e5364a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -img/* -!img/example/ -!img/logo.png \ No newline at end of file +src/img/* +!src/img/example/ +!src/img/logo.png \ No newline at end of file