Lesson 1 with .net .gitignore and clean repo

This commit is contained in:
2025-11-28 15:11:41 -06:00
commit 3dc91c2fe8
8 changed files with 291 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"$schema": "https://json.schemastore.org/launchsettings.json",
"profiles": {
"NetPulse.Core": {
"commandName": "Project",
"dotnetRunMessages": true,
"environmentVariables": {
"DOTNET_ENVIRONMENT": "Development"
}
}
}
}