|
@ -2,7 +2,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 |
|
@ -91,6 +91,7 @@ StyleCopReport.xml |
|
|
*.tmp_proj |
|
|
*.tmp_proj |
|
|
*_wpftmp.csproj |
|
|
*_wpftmp.csproj |
|
|
*.log |
|
|
*.log |
|
|
|
|
|
*.tlog |
|
|
*.vspscc |
|
|
*.vspscc |
|
|
*.vssscc |
|
|
*.vssscc |
|
|
.builds |
|
|
.builds |
|
@ -294,6 +295,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 |
|
@ -350,6 +362,9 @@ ASALocalRun/ |
|
|
# Local History for Visual Studio |
|
|
# Local History for Visual Studio |
|
|
.localhistory/ |
|
|
.localhistory/ |
|
|
|
|
|
|
|
|
|
|
|
# Visual Studio History (VSHistory) files |
|
|
|
|
|
.vshistory/ |
|
|
|
|
|
|
|
|
# BeatPulse healthcheck temp database |
|
|
# BeatPulse healthcheck temp database |
|
|
healthchecksdb |
|
|
healthchecksdb |
|
|
|
|
|
|
|
@ -362,3 +377,23 @@ MigrationBackup/ |
|
|
# Fody - auto-generated XML schema |
|
|
# Fody - auto-generated XML schema |
|
|
FodyWeavers.xsd |
|
|
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 |