vscode-dotnet-runtime/.gitignore

50 строки
664 B
Plaintext
Исходник Обычный вид История

[Oo]bj/
[Bb]in/
TestResults/
.nuget/
.build/
.testPublish/
*.sln.ide/
_ReSharper.*/
packages/
artifacts/
.build/
PublishProfiles/
*.user
*.suo
*.cache
*.docstates
_ReSharper.*
nuget.exe
project.lock.json
*net45.csproj
*net451.csproj
*k10.csproj
*.psess
*.vsp
*.pidb
*.userprefs
*DS_Store
*.ncrunchsolution
*.*sdf
*.ipch
.build/
.vs/
launchSettings.json
global.json
BenchmarkDotNet.Artifacts/
msbuild.binlog
msbuild.log
node_modules
.dotnet
out
dist
install.*
2019-11-09 01:30:11 +03:00
.vscode-test/
2020-05-12 01:24:18 +03:00
*.vsix
2021-02-12 22:13:28 +03:00
vscode-dotnet-runtime-library/install scripts/dotnet-install.*
2021-11-10 20:46:44 +03:00
*/images/*
vscode-dotnet-runtime-extension/LICENSE.txt
vscode-dotnet-sdk-extension/LICENSE.txt
2022-09-16 19:30:34 +03:00
.vscode/launch.json
rimraf