Переглянути джерело

Do not ignore launchsettings.json for VS

Ignoring `launchSettings.json` does not make much sense. Now .NET CLI even considers this file when running with `dotnet run`, as you can read [here](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-run?tabs=netcore2x).

This settings will be useful if shared among project members, so it should be commited to the repo.

Also, on the default `.gitignore` file generated by Visual Studio it is not ignored, so this causes confusion, as depending on how `.gitignore` was created it could be commited in or not.
pull/2705/head
Giovanni Bassi 6 роки тому
джерело
коміт
c26008c00d
Аккаунт користувача з таким Email не знайдено
1 змінених файлів з 0 додано та 1 видалено
  1. 0
    1
      VisualStudio.gitignore

+ 0
- 1
VisualStudio.gitignore Переглянути файл

@@ -52,7 +52,6 @@ BenchmarkDotNet.Artifacts/
project.lock.json
project.fragment.lock.json
artifacts/
**/Properties/launchSettings.json

# StyleCop
StyleCopReport.xml

Завантаження…
Відмінити
Зберегти