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/
|
[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
|
|
||||||
Loading…
Reference in New Issue