]> source.dussan.org Git - gitignore.git/commitdiff
Do not ignore launchsettings.json for VS 2705/head
authorGiovanni Bassi <giggio@giggio.net>
Sat, 19 May 2018 23:56:25 +0000 (20:56 -0300)
committerGitHub <noreply@github.com>
Sat, 19 May 2018 23:56:25 +0000 (20:56 -0300)
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.

VisualStudio.gitignore

index 3e759b75bf455ac809d0987d369aab89137b5689..1e9abf78d69a599859fd607ea30c8ecb488ff992 100644 (file)
@@ -52,7 +52,6 @@ BenchmarkDotNet.Artifacts/
 project.lock.json
 project.fragment.lock.json
 artifacts/
-**/Properties/launchSettings.json
 
 # StyleCop
 StyleCopReport.xml