Ignore `launchSettings.json` files
nit: reordered `.gitignore` file a bit by copying from another repo
This commit is contained in:
parent
fa8eceb342
commit
6b9e3985e0
|
|
@ -2,11 +2,14 @@
|
|||
[Bb]in/
|
||||
TestResults/
|
||||
.nuget/
|
||||
.vs/
|
||||
*.sln.ide/
|
||||
_ReSharper.*/
|
||||
packages/
|
||||
artifacts/
|
||||
PublishProfiles/
|
||||
.vs/
|
||||
debugSettings.json
|
||||
project.lock.json
|
||||
*.user
|
||||
*.suo
|
||||
*.cache
|
||||
|
|
@ -25,5 +28,4 @@ nuget.exe
|
|||
*.*sdf
|
||||
*.ipch
|
||||
*.sln.ide
|
||||
debugSettings.json
|
||||
project.lock.json
|
||||
*launchSettings.json
|
||||
Loading…
Reference in New Issue