From 91bc2bad3034dc8ad2793b25f2c7a4494122e8aa Mon Sep 17 00:00:00 2001 From: francescods Date: Mon, 17 Feb 2025 12:54:07 +0100 Subject: [PATCH] modifica nome progetto --- .gitignore | 3 ++- settings.gradle.kts | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b63da45..42a03c5 100644 --- a/.gitignore +++ b/.gitignore @@ -39,4 +39,5 @@ bin/ .vscode/ ### Mac OS ### -.DS_Store \ No newline at end of file +.DS_Store +.idea/.name diff --git a/settings.gradle.kts b/settings.gradle.kts index e2d0939..5eceafc 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -1,5 +1,5 @@ plugins { id("org.gradle.toolchains.foojay-resolver-convention") version "0.5.0" } -rootProject.name = "Backend_API" +rootProject.name = "Backend_API_DSU"