Skip to content

Commit c26008c

Browse files
authored
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.
1 parent e9c3096 commit c26008c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

VisualStudio.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ BenchmarkDotNet.Artifacts/
5252
project.lock.json
5353
project.fragment.lock.json
5454
artifacts/
55-
**/Properties/launchSettings.json
5655

5756
# StyleCop
5857
StyleCopReport.xml

0 commit comments

Comments
 (0)