Updated gitignore by merging in the latest from the official gitignore file. Deleted the files under .vs
This commit is contained in:
Родитель
c58ec1a7a9
Коммит
4015f7da9b
|
@ -179,3 +179,134 @@ $RECYCLE.BIN/
|
|||
/UpgradeLog.htm
|
||||
packages/
|
||||
Backup/
|
||||
##
|
||||
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
|
||||
*.userosscache
|
||||
*.vcxproj.filters
|
||||
# User-specific files (MonoDevelop/Xamarin Studio)
|
||||
*.userprefs
|
||||
[Dd]ebugPublic/
|
||||
[Rr]eleases/
|
||||
x86/
|
||||
bld/
|
||||
[Ll]og/
|
||||
# Visual Studio 2015 cache/options directory
|
||||
.vs/
|
||||
# Uncomment if you have tasks that create the project's static files in wwwroot
|
||||
#wwwroot/
|
||||
# NUNIT
|
||||
*.VisualState.xml
|
||||
# Build Results of an ATL Project
|
||||
[Dd]ebugPS/
|
||||
[Rr]eleasePS/
|
||||
dlldata.c
|
||||
# DNX
|
||||
project.lock.json
|
||||
project.fragment.lock.json
|
||||
artifacts/
|
||||
**/Properties/launchSettings.json
|
||||
*_i.h
|
||||
*.svclog
|
||||
# Chutzpah Test files
|
||||
_Chutzpah*
|
||||
*.opendb
|
||||
*.VC.db
|
||||
*.VC.VC.opendb
|
||||
*.sap
|
||||
# TFS 2012 Local Workspace
|
||||
$tf/
|
||||
*.DotSettings.user
|
||||
# JustCode is a .NET coding add-in
|
||||
.JustCode
|
||||
# Visual Studio code coverage results
|
||||
*.coverage
|
||||
*.coveragexml
|
||||
_NCrunch_*
|
||||
nCrunchTemp_*
|
||||
# MightyMoose
|
||||
*.mm.*
|
||||
AutoTest.Net/
|
||||
# Web workbench (sass)
|
||||
.sass-cache/
|
||||
*.azurePubxml
|
||||
# TODO: Comment the next line if you want to checkin your web deploy settings
|
||||
# but database connection strings (with potential passwords) will be unencrypted
|
||||
*.pubxml
|
||||
*.publishproj
|
||||
# Microsoft Azure Web App publish settings. Comment the next line if you want to
|
||||
# checkin your Azure Web App publish settings, but sensitive information contained
|
||||
# in these scripts will be unencrypted
|
||||
PublishScripts/
|
||||
# NuGet Packages
|
||||
*.nupkg
|
||||
# The packages folder can be ignored because of Package Restore
|
||||
**/packages/*
|
||||
# except build/, which is used as an MSBuild target.
|
||||
!**/packages/build/
|
||||
# Uncomment if necessary however generally it will be regenerated when needed
|
||||
#!**/packages/repositories.config
|
||||
# NuGet v3's project.json files produces more ignoreable files
|
||||
*.nuget.props
|
||||
*.nuget.targets
|
||||
# Microsoft Azure Build Output
|
||||
csx/
|
||||
# Microsoft Azure Emulator
|
||||
ecf/
|
||||
rcf/
|
||||
# Windows Store app package directories and files
|
||||
BundleArtifacts/
|
||||
Package.StoreAssociation.xml
|
||||
_pkginfo.txt
|
||||
# Visual Studio cache files
|
||||
# files ending in .cache can be ignored
|
||||
*.[Cc]ache
|
||||
# but keep track of directories ending in .cache
|
||||
!*.[Cc]ache/
|
||||
*.dbproj.schemaview
|
||||
*.jfm
|
||||
node_modules/
|
||||
orleans.codegen.cs
|
||||
# Since there are multiple workflows, uncomment next line to ignore bower_components
|
||||
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
|
||||
#bower_components/
|
||||
# Backup & report files from converting an old project file
|
||||
# to a newer Visual Studio version. Backup files are not needed,
|
||||
# because we have git ;-)
|
||||
# Business Intelligence projects
|
||||
*.rdl.data
|
||||
*.bim.layout
|
||||
*.bim_*.settings
|
||||
# Microsoft Fakes
|
||||
FakesAssemblies/
|
||||
# GhostDoc plugin setting file
|
||||
*.GhostDoc.xml
|
||||
# Node.js Tools for Visual Studio
|
||||
.ntvs_analysis.dat
|
||||
# Visual Studio 6 build log
|
||||
*.plg
|
||||
# Visual Studio 6 workspace options file
|
||||
*.opt
|
||||
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
|
||||
*.vbw
|
||||
# Visual Studio LightSwitch build output
|
||||
**/*.HTMLClient/GeneratedArtifacts
|
||||
**/*.DesktopClient/GeneratedArtifacts
|
||||
**/*.DesktopClient/ModelManifest.xml
|
||||
**/*.Server/GeneratedArtifacts
|
||||
**/*.Server/ModelManifest.xml
|
||||
_Pvt_Extensions
|
||||
# Paket dependency manager
|
||||
.paket/paket.exe
|
||||
paket-files/
|
||||
# FAKE - F# Make
|
||||
.fake/
|
||||
# JetBrains Rider
|
||||
.idea/
|
||||
*.sln.iml
|
||||
# CodeRush
|
||||
.cr/
|
||||
# Python Tools for Visual Studio (PTVS)
|
||||
__pycache__/
|
||||
*.pyc
|
||||
# Cake - Uncomment if you are using it
|
||||
tools/
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
{
|
||||
"ExpandedNodes": [
|
||||
"",
|
||||
"\\src",
|
||||
"\\src\\NUnit3TestAdapterInstallV2"
|
||||
],
|
||||
"SelectedNode": "\\src\\NUnit3TestAdapterInstallV2\\source.extension.vsixmanifest",
|
||||
"PreviewInSolutionExplorer": false
|
||||
}
|
Двоичные данные
.vs/slnx.sqlite
Двоичные данные
.vs/slnx.sqlite
Двоичный файл не отображается.
Загрузка…
Ссылка в новой задаче