Remove bin and obj folders

This commit is contained in:
Jeas0001 2025-03-18 12:50:09 +01:00
parent e3adb74b81
commit 13e6dae02a
168 changed files with 3 additions and 5843 deletions

4
backend/.gitignore vendored
View File

@ -1,2 +1,4 @@
*appsettings.json
*appsettings.Development.json
*appsettings.Development.json
*obj
*bin

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,20 +0,0 @@
{
"runtimeOptions": {
"tfm": "net8.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "8.0.0"
},
{
"name": "Microsoft.AspNetCore.App",
"version": "8.0.0"
}
],
"configProperties": {
"System.GC.Server": true,
"System.Reflection.NullabilityInfoContext.IsSupported": true,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}

Some files were not shown because too many files have changed in this diff Show More