Removed more unnecessary files from cache

- Updated `.gitignore`
- Added `README.md` file
This commit is contained in:
David Allen 2023-05-29 21:16:50 -06:00
parent a57ee1918e
commit fccd30a223
10 changed files with 656 additions and 119 deletions

View file

@ -12,7 +12,7 @@
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchBrowser": false,
"launchUrl": "swagger",
"applicationUrl": "https://localhost:7001;http://localhost:5257",
"environmentVariables": {
@ -22,7 +22,7 @@
"https": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchBrowser": false,
"launchUrl": "swagger",
"applicationUrl": "https://localhost:7118;http://localhost:5257",
"environmentVariables": {
@ -31,7 +31,7 @@
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchBrowser": false,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"