|
|
@ -1,4 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
# Created by https://www.toptal.com/developers/gitignore/api/windows,rider,csharp
|
|
|
|
# Created by https://www.toptal.com/developers/gitignore/api/windows,rider,csharp
|
|
|
|
# Edit at https://www.toptal.com/developers/gitignore?templates=windows,rider,csharp
|
|
|
|
# Edit at https://www.toptal.com/developers/gitignore?templates=windows,rider,csharp
|
|
|
|
|
|
|
|
|
|
|
@ -95,6 +94,7 @@ StyleCopReport.xml
|
|
|
|
*.tmp_proj
|
|
|
|
*.tmp_proj
|
|
|
|
*_wpftmp.csproj
|
|
|
|
*_wpftmp.csproj
|
|
|
|
*.log
|
|
|
|
*.log
|
|
|
|
|
|
|
|
*.tlog
|
|
|
|
*.vspscc
|
|
|
|
*.vspscc
|
|
|
|
*.vssscc
|
|
|
|
*.vssscc
|
|
|
|
.builds
|
|
|
|
.builds
|
|
|
@ -147,7 +147,9 @@ _TeamCity*
|
|
|
|
!.axoCover/settings.json
|
|
|
|
!.axoCover/settings.json
|
|
|
|
|
|
|
|
|
|
|
|
# Coverlet is a free, cross platform Code Coverage Tool
|
|
|
|
# Coverlet is a free, cross platform Code Coverage Tool
|
|
|
|
coverage*[.json, .xml, .info]
|
|
|
|
coverage*.json
|
|
|
|
|
|
|
|
coverage*.xml
|
|
|
|
|
|
|
|
coverage*.info
|
|
|
|
|
|
|
|
|
|
|
|
# Visual Studio code coverage results
|
|
|
|
# Visual Studio code coverage results
|
|
|
|
*.coverage
|
|
|
|
*.coverage
|
|
|
@ -208,6 +210,9 @@ PublishScripts/
|
|
|
|
*.nuget.props
|
|
|
|
*.nuget.props
|
|
|
|
*.nuget.targets
|
|
|
|
*.nuget.targets
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Nuget personal access tokens and Credentials
|
|
|
|
|
|
|
|
nuget.config
|
|
|
|
|
|
|
|
|
|
|
|
# Microsoft Azure Build Output
|
|
|
|
# Microsoft Azure Build Output
|
|
|
|
csx/
|
|
|
|
csx/
|
|
|
|
*.build.csdef
|
|
|
|
*.build.csdef
|
|
|
@ -364,6 +369,28 @@ 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
|
|
|
|
|
|
|
|
.idea/
|
|
|
|
|
|
|
|
*.sln.iml
|
|
|
|
|
|
|
|
|
|
|
|
### Rider ###
|
|
|
|
### Rider ###
|
|
|
|
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
|
|
|
|
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
|
|
|
|
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
|
|
|
|
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
|
|
|
@ -375,6 +402,9 @@ FodyWeavers.xsd
|
|
|
|
.idea/**/dictionaries
|
|
|
|
.idea/**/dictionaries
|
|
|
|
.idea/**/shelf
|
|
|
|
.idea/**/shelf
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# AWS User-specific
|
|
|
|
|
|
|
|
.idea/**/aws.xml
|
|
|
|
|
|
|
|
|
|
|
|
# Generated files
|
|
|
|
# Generated files
|
|
|
|
.idea/**/contentModel.xml
|
|
|
|
.idea/**/contentModel.xml
|
|
|
|
|
|
|
|
|
|
|
@ -454,11 +484,6 @@ ehthumbs_vista.db
|
|
|
|
$RECYCLE.BIN/
|
|
|
|
$RECYCLE.BIN/
|
|
|
|
|
|
|
|
|
|
|
|
# Windows Installer files
|
|
|
|
# Windows Installer files
|
|
|
|
*.cab
|
|
|
|
|
|
|
|
*.msi
|
|
|
|
|
|
|
|
*.msix
|
|
|
|
|
|
|
|
*.msm
|
|
|
|
|
|
|
|
*.msp
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Windows shortcuts
|
|
|
|
# Windows shortcuts
|
|
|
|
*.lnk
|
|
|
|
*.lnk
|
|
|
|