Update .gitignore
This commit is contained in:
parent
f31c65da7b
commit
20d7567bce
|
|
@ -2,6 +2,7 @@
|
||||||
[Bb]in/
|
[Bb]in/
|
||||||
TestResults/
|
TestResults/
|
||||||
.nuget/
|
.nuget/
|
||||||
|
*.sln.ide/
|
||||||
_ReSharper.*/
|
_ReSharper.*/
|
||||||
packages/
|
packages/
|
||||||
artifacts/
|
artifacts/
|
||||||
|
|
@ -22,5 +23,4 @@ nuget.exe
|
||||||
*DS_Store
|
*DS_Store
|
||||||
*.ncrunchsolution
|
*.ncrunchsolution
|
||||||
*.*sdf
|
*.*sdf
|
||||||
*.ipch
|
*.ipch
|
||||||
/Routing.sln.ide
|
|
||||||
Loading…
Reference in New Issue