Skip to content

Commit

Permalink
Do not ignore launchsettings.json for VS
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
giggio authored May 19, 2018
1 parent e9c3096 commit c26008c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion VisualStudio.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ BenchmarkDotNet.Artifacts/
project.lock.json
project.fragment.lock.json
artifacts/
**/Properties/launchSettings.json

# StyleCop
StyleCopReport.xml
Expand Down

0 comments on commit c26008c

Please sign in to comment.