Homec4science

Do not ignore launchsettings.json for VS

Authored by Giovanni Bassi <giggio@giggio.net> on May 20 2018, 01:56.

Description

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.

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.

Details

Committed
GitHub <noreply@github.com>May 20 2018, 01:56
Pushed
aubortJul 2 2018, 16:12
Parents
rGITIGNOREe9c3096114fd: Merge pull request #2698 from eelregit/latexrun
Branches
Unknown
Tags
Unknown

Event Timeline

GitHub <noreply@github.com> committed rGITIGNOREc26008c00dac: Do not ignore launchsettings.json for VS (authored by Giovanni Bassi <giggio@giggio.net>).May 20 2018, 01:56