Update .gitignore
- ignore launchSettings.json in particular
This commit is contained in:
parent
70d674410e
commit
153c229b7e
|
|
@ -2,21 +2,23 @@
|
||||||
[Bb]in/
|
[Bb]in/
|
||||||
TestResults/
|
TestResults/
|
||||||
.nuget/
|
.nuget/
|
||||||
.build/
|
|
||||||
.testPublish/
|
|
||||||
*.sln.ide/
|
*.sln.ide/
|
||||||
_ReSharper.*/
|
_ReSharper.*/
|
||||||
packages/
|
packages/
|
||||||
artifacts/
|
artifacts/
|
||||||
.build/
|
|
||||||
PublishProfiles/
|
PublishProfiles/
|
||||||
|
.vs/
|
||||||
|
bower_components/
|
||||||
|
node_modules/
|
||||||
|
**/wwwroot/lib/
|
||||||
|
debugSettings.json
|
||||||
|
project.lock.json
|
||||||
*.user
|
*.user
|
||||||
*.suo
|
*.suo
|
||||||
*.cache
|
*.cache
|
||||||
*.docstates
|
*.docstates
|
||||||
_ReSharper.*
|
_ReSharper.*
|
||||||
nuget.exe
|
nuget.exe
|
||||||
project.lock.json
|
|
||||||
*net45.csproj
|
*net45.csproj
|
||||||
*net451.csproj
|
*net451.csproj
|
||||||
*k10.csproj
|
*k10.csproj
|
||||||
|
|
@ -28,5 +30,8 @@ project.lock.json
|
||||||
*.ncrunchsolution
|
*.ncrunchsolution
|
||||||
*.*sdf
|
*.*sdf
|
||||||
*.ipch
|
*.ipch
|
||||||
.build/
|
.settings
|
||||||
/.vs/
|
*.sln.ide
|
||||||
|
node_modules
|
||||||
|
**/[Cc]ompiler/[Rr]esources/**/*.js
|
||||||
|
*launchSettings.json
|
||||||
Loading…
Reference in New Issue