|
|
|
@ -1,3 +1,4 @@
|
|
|
|
|
# ---> VisualStudio
|
|
|
|
|
## Ignore Visual Studio temporary files, build results, and
|
|
|
|
|
## files generated by popular Visual Studio add-ons.
|
|
|
|
|
##
|
|
|
|
@ -91,6 +92,7 @@ StyleCopReport.xml
|
|
|
|
|
*.tmp_proj
|
|
|
|
|
*_wpftmp.csproj
|
|
|
|
|
*.log
|
|
|
|
|
*.tlog
|
|
|
|
|
*.vspscc
|
|
|
|
|
*.vssscc
|
|
|
|
|
.builds
|
|
|
|
@ -294,6 +296,17 @@ 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
|
|
|
|
|
*.ncb
|
|
|
|
|
*.aps
|
|
|
|
|
|
|
|
|
|
# Visual Studio LightSwitch build output
|
|
|
|
|
**/*.HTMLClient/GeneratedArtifacts
|
|
|
|
|
**/*.DesktopClient/GeneratedArtifacts
|
|
|
|
@ -350,6 +363,9 @@ ASALocalRun/
|
|
|
|
|
# Local History for Visual Studio
|
|
|
|
|
.localhistory/
|
|
|
|
|
|
|
|
|
|
# Visual Studio History (VSHistory) files
|
|
|
|
|
.vshistory/
|
|
|
|
|
|
|
|
|
|
# BeatPulse healthcheck temp database
|
|
|
|
|
healthchecksdb
|
|
|
|
|
|
|
|
|
@ -360,4 +376,26 @@ MigrationBackup/
|
|
|
|
|
.ionide/
|
|
|
|
|
|
|
|
|
|
# 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
|
|
|
|
|
|
|
|
|
|