From dd72d0bc52eac45d6d7ba6a203f2e9f6c6988cb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Tue, 24 Mar 2026 10:36:25 +0300 Subject: [PATCH] Ignore .abpstudio and add solution id Update .gitignore to exclude **/.abpstudio/** (and normalize newline for an existing entry). Add an "id" field to framework/Volo.Abp.abpsln (9f9e3d5f-6a9a-4b00-ac5a-746c65981918) to record the solution identifier. --- .gitignore | 3 ++- framework/Volo.Abp.abpsln | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 89c07647f5..9c6c3aa5a0 100644 --- a/.gitignore +++ b/.gitignore @@ -329,4 +329,5 @@ deploy/_run_all_log.txt # No commit yarn.lock files in the subfolders of templates directory templates/**/yarn.lock templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Mvc/Logs/logs.txt -templates/module/aspnet-core/src/MyCompanyName.MyProjectName.Web/Properties/launchSettings.json \ No newline at end of file +templates/module/aspnet-core/src/MyCompanyName.MyProjectName.Web/Properties/launchSettings.json +**/.abpstudio/** diff --git a/framework/Volo.Abp.abpsln b/framework/Volo.Abp.abpsln index 2f34cdcfbe..5ad02f81ce 100644 --- a/framework/Volo.Abp.abpsln +++ b/framework/Volo.Abp.abpsln @@ -4,5 +4,6 @@ "Volo.Abp": { "path": "Volo.Abp.abpmdl" } - } + }, + "id": "9f9e3d5f-6a9a-4b00-ac5a-746c65981918" } \ No newline at end of file