Fix Docker build context and ignore generated backend artifacts

This commit is contained in:
cesnimda
2026-03-21 12:05:51 +01:00
parent 2e8a29b4d0
commit e6fa2c771a
131 changed files with 0 additions and 1359 deletions
Binary file not shown.
File diff suppressed because it is too large Load Diff
@@ -1,20 +0,0 @@
{
"runtimeOptions": {
"tfm": "net9.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "9.0.0"
},
{
"name": "Microsoft.AspNetCore.App",
"version": "9.0.0"
}
],
"configProperties": {
"System.GC.Server": true,
"System.Reflection.NullabilityInfoContext.IsSupported": true,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}
@@ -1,5 +0,0 @@
{
"Version": 1,
"ManifestType": "Build",
"Endpoints": []
}
@@ -1,29 +0,0 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"Cors": {
"Origins": [ "http://localhost:3000", "https://jobs.cesnimda.uk" ]
},
"Exports": {
"DailyEnabled": true,
"DailyFolder": "exports",
"DailyHourLocal": 2
},
"Auth": {
"Require": true,
"AllowRegistration": false,
"JwtKey": "Y00VuqZehhsMiNa8elch7q7FOlPm5ncugKJtMOpFn3P2xNtrZVfvGxVP2bKbnzL6rI08/H6vZGNBYh1dHh71/g==",
"JwtIssuer": "JobTrackerApi",
"JwtAudience": "job-tracker-ui",
"JwtExpiresMinutes": 720,
"AdminEmail": "dj@cesnimda.co.uk",
"AdminPassword": "Leethacks12",
"GoogleClientId": "723556162227-llqucvpog2esn1dutmtvuul1lv374or6.apps.googleusercontent.com"
}
}
@@ -1,13 +0,0 @@
{
"HttpsRedirection": {
"Enabled": false,
"Hsts": false
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}

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