|
|
|
@ -5,7 +5,7 @@
|
|
|
|
|
## Ignore Visual Studio temporary files, build results, and
|
|
|
|
|
## 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
|
|
|
|
|
*.rsuser
|
|
|
|
@ -210,9 +210,6 @@ PublishScripts/
|
|
|
|
|
*.nuget.props
|
|
|
|
|
*.nuget.targets
|
|
|
|
|
|
|
|
|
|
# Nuget personal access tokens and Credentials
|
|
|
|
|
nuget.config
|
|
|
|
|
|
|
|
|
|
# Microsoft Azure Build Output
|
|
|
|
|
csx/
|
|
|
|
|
*.build.csdef
|
|
|
|
@ -301,6 +298,15 @@ node_modules/
|
|
|
|
|
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
|
|
|
|
|
*.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
|
|
|
|
|
|
|
|
|
|
# Visual Studio LightSwitch build output
|
|
|
|
|
**/*.HTMLClient/GeneratedArtifacts
|
|
|
|
|
**/*.DesktopClient/GeneratedArtifacts
|
|
|
|
@ -357,6 +363,9 @@ ASALocalRun/
|
|
|
|
|
# Local History for Visual Studio
|
|
|
|
|
.localhistory/
|
|
|
|
|
|
|
|
|
|
# Visual Studio History (VSHistory) files
|
|
|
|
|
.vshistory/
|
|
|
|
|
|
|
|
|
|
# BeatPulse healthcheck temp database
|
|
|
|
|
healthchecksdb
|
|
|
|
|
|
|
|
|
@ -388,7 +397,6 @@ FodyWeavers.xsd
|
|
|
|
|
*.msp
|
|
|
|
|
|
|
|
|
|
# JetBrains Rider
|
|
|
|
|
.idea/
|
|
|
|
|
*.sln.iml
|
|
|
|
|
|
|
|
|
|
### Rider ###
|
|
|
|
@ -455,6 +463,9 @@ atlassian-ide-plugin.xml
|
|
|
|
|
# Cursive Clojure plugin
|
|
|
|
|
.idea/replstate.xml
|
|
|
|
|
|
|
|
|
|
# SonarLint plugin
|
|
|
|
|
.idea/sonarlint/
|
|
|
|
|
|
|
|
|
|
# Crashlytics plugin (for Android Studio and IntelliJ)
|
|
|
|
|
com_crashlytics_export_strings.xml
|
|
|
|
|
crashlytics.properties
|
|
|
|
@ -489,3 +500,4 @@ $RECYCLE.BIN/
|
|
|
|
|
*.lnk
|
|
|
|
|
|
|
|
|
|
# End of https://www.toptal.com/developers/gitignore/api/windows,rider,csharp
|
|
|
|
|
|
|
|
|
|