Ignore `launchSettings.json` files

nit: reordered `.gitignore` file a bit by copying from another repo
This commit is contained in:
Doug Bunting 2015-12-02 14:06:55 -08:00
parent fa8eceb342
commit 6b9e3985e0
1 changed files with 5 additions and 3 deletions

8
.gitignore vendored
View File

@ -2,11 +2,14 @@
[Bb]in/ [Bb]in/
TestResults/ TestResults/
.nuget/ .nuget/
.vs/ *.sln.ide/
_ReSharper.*/ _ReSharper.*/
packages/ packages/
artifacts/ artifacts/
PublishProfiles/ PublishProfiles/
.vs/
debugSettings.json
project.lock.json
*.user *.user
*.suo *.suo
*.cache *.cache
@ -25,5 +28,4 @@ nuget.exe
*.*sdf *.*sdf
*.ipch *.ipch
*.sln.ide *.sln.ide
debugSettings.json *launchSettings.json
project.lock.json