From d1000772cc42247ba76625ef310e530988ad7a30 Mon Sep 17 00:00:00 2001 From: Andrea Fiorencis Date: Thu, 9 Apr 2026 08:36:30 +0200 Subject: [PATCH 1/2] 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 From fa83895b92601863779877f4b600b3149a5a233e Mon Sep 17 00:00:00 2001 From: Andrea Fiorencis Date: Thu, 9 Apr 2026 08:37:20 +0200 Subject: [PATCH 2/2] Spostamento DB base in cartella a parte --- base_db.sql => assets/db/base_db.sql | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename base_db.sql => assets/db/base_db.sql (100%) diff --git a/base_db.sql b/assets/db/base_db.sql similarity index 100% rename from base_db.sql rename to assets/db/base_db.sql