|
@@ -1,7 +1,7 @@
|
|
## Ignore Visual Studio temporary files, build results, and
|
|
## Ignore Visual Studio temporary files, build results, and
|
|
## files generated by popular Visual Studio add-ons.
|
|
## files generated by popular Visual Studio add-ons.
|
|
##
|
|
##
|
|
-## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
|
|
|
|
|
|
+## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore
|
|
|
|
|
|
# User-specific files
|
|
# User-specific files
|
|
*.rsuser
|
|
*.rsuser
|
|
@@ -13,6 +13,9 @@
|
|
# User-specific files (MonoDevelop/Xamarin Studio)
|
|
# User-specific files (MonoDevelop/Xamarin Studio)
|
|
*.userprefs
|
|
*.userprefs
|
|
|
|
|
|
|
|
+# Mono auto generated files
|
|
|
|
+mono_crash.*
|
|
|
|
+
|
|
# Build results
|
|
# Build results
|
|
[Dd]ebug/
|
|
[Dd]ebug/
|
|
[Dd]ebugPublic/
|
|
[Dd]ebugPublic/
|
|
@@ -20,12 +23,14 @@
|
|
[Rr]eleases/
|
|
[Rr]eleases/
|
|
x64/
|
|
x64/
|
|
x86/
|
|
x86/
|
|
|
|
+[Ww][Ii][Nn]32/
|
|
[Aa][Rr][Mm]/
|
|
[Aa][Rr][Mm]/
|
|
[Aa][Rr][Mm]64/
|
|
[Aa][Rr][Mm]64/
|
|
bld/
|
|
bld/
|
|
[Bb]in/
|
|
[Bb]in/
|
|
[Oo]bj/
|
|
[Oo]bj/
|
|
[Ll]og/
|
|
[Ll]og/
|
|
|
|
+[Ll]ogs/
|
|
|
|
|
|
# Visual Studio 2015/2017 cache/options directory
|
|
# Visual Studio 2015/2017 cache/options directory
|
|
.vs/
|
|
.vs/
|
|
@@ -39,9 +44,10 @@ Generated\ Files/
|
|
[Tt]est[Rr]esult*/
|
|
[Tt]est[Rr]esult*/
|
|
[Bb]uild[Ll]og.*
|
|
[Bb]uild[Ll]og.*
|
|
|
|
|
|
-# NUNIT
|
|
|
|
|
|
+# NUnit
|
|
*.VisualState.xml
|
|
*.VisualState.xml
|
|
TestResult.xml
|
|
TestResult.xml
|
|
|
|
+nunit-*.xml
|
|
|
|
|
|
# Build Results of an ATL Project
|
|
# Build Results of an ATL Project
|
|
[Dd]ebugPS/
|
|
[Dd]ebugPS/
|
|
@@ -56,6 +62,9 @@ project.lock.json
|
|
project.fragment.lock.json
|
|
project.fragment.lock.json
|
|
artifacts/
|
|
artifacts/
|
|
|
|
|
|
|
|
+# ASP.NET Scaffolding
|
|
|
|
+ScaffoldingReadMe.txt
|
|
|
|
+
|
|
# StyleCop
|
|
# StyleCop
|
|
StyleCopReport.xml
|
|
StyleCopReport.xml
|
|
|
|
|
|
@@ -81,6 +90,7 @@ StyleCopReport.xml
|
|
*.tmp_proj
|
|
*.tmp_proj
|
|
*_wpftmp.csproj
|
|
*_wpftmp.csproj
|
|
*.log
|
|
*.log
|
|
|
|
+*.tlog
|
|
*.vspscc
|
|
*.vspscc
|
|
*.vssscc
|
|
*.vssscc
|
|
.builds
|
|
.builds
|
|
@@ -122,9 +132,6 @@ _ReSharper*/
|
|
*.[Rr]e[Ss]harper
|
|
*.[Rr]e[Ss]harper
|
|
*.DotSettings.user
|
|
*.DotSettings.user
|
|
|
|
|
|
-# JustCode is a .NET coding add-in
|
|
|
|
-.JustCode
|
|
|
|
-
|
|
|
|
# TeamCity is a build add-in
|
|
# TeamCity is a build add-in
|
|
_TeamCity*
|
|
_TeamCity*
|
|
|
|
|
|
@@ -135,6 +142,11 @@ _TeamCity*
|
|
.axoCover/*
|
|
.axoCover/*
|
|
!.axoCover/settings.json
|
|
!.axoCover/settings.json
|
|
|
|
|
|
|
|
+# Coverlet is a free, cross platform Code Coverage Tool
|
|
|
|
+coverage*.json
|
|
|
|
+coverage*.xml
|
|
|
|
+coverage*.info
|
|
|
|
+
|
|
# Visual Studio code coverage results
|
|
# Visual Studio code coverage results
|
|
*.coverage
|
|
*.coverage
|
|
*.coveragexml
|
|
*.coveragexml
|
|
@@ -182,6 +194,8 @@ PublishScripts/
|
|
|
|
|
|
# NuGet Packages
|
|
# NuGet Packages
|
|
*.nupkg
|
|
*.nupkg
|
|
|
|
+# NuGet Symbol Packages
|
|
|
|
+*.snupkg
|
|
# The packages folder can be ignored because of Package Restore
|
|
# The packages folder can be ignored because of Package Restore
|
|
**/[Pp]ackages/*
|
|
**/[Pp]ackages/*
|
|
# except build/, which is used as an MSBuild target.
|
|
# except build/, which is used as an MSBuild target.
|
|
@@ -206,6 +220,8 @@ BundleArtifacts/
|
|
Package.StoreAssociation.xml
|
|
Package.StoreAssociation.xml
|
|
_pkginfo.txt
|
|
_pkginfo.txt
|
|
*.appx
|
|
*.appx
|
|
|
|
+*.appxbundle
|
|
|
|
+*.appxupload
|
|
|
|
|
|
# Visual Studio cache files
|
|
# Visual Studio cache files
|
|
# files ending in .cache can be ignored
|
|
# files ending in .cache can be ignored
|
|
@@ -231,8 +247,6 @@ orleans.codegen.cs
|
|
# Since there are multiple workflows, uncomment next line to ignore bower_components
|
|
# Since there are multiple workflows, uncomment next line to ignore bower_components
|
|
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
|
|
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
|
|
#bower_components/
|
|
#bower_components/
|
|
-# ASP.NET Core default setup: bower directory is configured as wwwroot/lib/ and bower restore is true
|
|
|
|
-**/wwwroot/lib/
|
|
|
|
|
|
|
|
# RIA/Silverlight projects
|
|
# RIA/Silverlight projects
|
|
Generated_Code/
|
|
Generated_Code/
|
|
@@ -257,6 +271,9 @@ ServiceFabricBackup/
|
|
*.bim.layout
|
|
*.bim.layout
|
|
*.bim_*.settings
|
|
*.bim_*.settings
|
|
*.rptproj.rsuser
|
|
*.rptproj.rsuser
|
|
|
|
+*- [Bb]ackup.rdl
|
|
|
|
+*- [Bb]ackup ([0-9]).rdl
|
|
|
|
+*- [Bb]ackup ([0-9][0-9]).rdl
|
|
|
|
|
|
# Microsoft Fakes
|
|
# Microsoft Fakes
|
|
FakesAssemblies/
|
|
FakesAssemblies/
|
|
@@ -277,6 +294,17 @@ node_modules/
|
|
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
|
|
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
|
|
*.vbw
|
|
*.vbw
|
|
|
|
|
|
|
|
+# Visual Studio 6 auto-generated project file (contains which files were open etc.)
|
|
|
|
+*.vbp
|
|
|
|
+
|
|
|
|
+# Visual Studio 6 workspace and project file (working project files containing files to include in project)
|
|
|
|
+*.dsw
|
|
|
|
+*.dsp
|
|
|
|
+
|
|
|
|
+# Visual Studio 6 technical files
|
|
|
|
+*.ncb
|
|
|
|
+*.aps
|
|
|
|
+
|
|
# Visual Studio LightSwitch build output
|
|
# Visual Studio LightSwitch build output
|
|
**/*.HTMLClient/GeneratedArtifacts
|
|
**/*.HTMLClient/GeneratedArtifacts
|
|
**/*.DesktopClient/GeneratedArtifacts
|
|
**/*.DesktopClient/GeneratedArtifacts
|
|
@@ -292,10 +320,6 @@ paket-files/
|
|
# FAKE - F# Make
|
|
# FAKE - F# Make
|
|
.fake/
|
|
.fake/
|
|
|
|
|
|
-# JetBrains Rider
|
|
|
|
-.idea/
|
|
|
|
-*.sln.iml
|
|
|
|
-
|
|
|
|
# CodeRush personal settings
|
|
# CodeRush personal settings
|
|
.cr/personal
|
|
.cr/personal
|
|
|
|
|
|
@@ -337,11 +361,40 @@ ASALocalRun/
|
|
# Local History for Visual Studio
|
|
# Local History for Visual Studio
|
|
.localhistory/
|
|
.localhistory/
|
|
|
|
|
|
-# BeatPulse healthcheck temp database
|
|
|
|
|
|
+# Visual Studio History (VSHistory) files
|
|
|
|
+.vshistory/
|
|
|
|
+
|
|
|
|
+# BeatPulse healthcheck temp database
|
|
healthchecksdb
|
|
healthchecksdb
|
|
|
|
|
|
|
|
+# Backup folder for Package Reference Convert tool in Visual Studio 2017
|
|
|
|
+MigrationBackup/
|
|
|
|
+
|
|
|
|
+# Ionide (cross platform F# VS Code tools) working folder
|
|
|
|
+.ionide/
|
|
|
|
+
|
|
|
|
+# Fody - auto-generated XML schema
|
|
|
|
+FodyWeavers.xsd
|
|
|
|
+
|
|
|
|
+# VS Code files for those working on multiple tools
|
|
|
|
+.vscode/*
|
|
|
|
+!.vscode/settings.json
|
|
|
|
+!.vscode/tasks.json
|
|
|
|
+!.vscode/launch.json
|
|
|
|
+!.vscode/extensions.json
|
|
|
|
+*.code-workspace
|
|
|
|
+
|
|
|
|
+# Local History for Visual Studio Code
|
|
|
|
+.history/
|
|
|
|
+
|
|
|
|
+# Windows Installer files from build outputs
|
|
|
|
+*.cab
|
|
|
|
+*.msi
|
|
|
|
+*.msix
|
|
|
|
+*.msm
|
|
|
|
+*.msp
|
|
|
|
+
|
|
|
|
+# JetBrains Rider
|
|
|
|
+*.sln.iml
|
|
|
|
|
|
-# wwwroot/images
|
|
|
|
-.1YourProject
|
|
|
|
-!Admin.Core.Webapi.Template.1.0.0.nupkg
|
|
|
|
-/Admin.Core/.config
|
|
|
|
|
|
+**/wwwroot/upload
|