]> source.dussan.org Git - gitignore.git/commit
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)
commitc26008c00dac481a1f780751d6d005d52fd15b83
tree3d9aaf134216ef732810b6a074f96d3ff435041c
parente9c3096114fd81b92cf989f7343d7b168b80d994
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.
VisualStudio.gitignore