Using Visual Studio 2022, I connected to a remote Azure App Services so I should be able to debug locally. After connecting, I saw that there were some auto generated files specifically under
- new folder
Properties/ServiceDependencies - new file
Properties/serviceDependencies.json - new file
Properties/serviceDependencies.local.json
I'm not exactly sure why these files were added, but my question is, are these files needed just locally and should be ignored by source control?