Skip to content

Commit

Permalink
housekeeping: Update the .gitignore file. (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
glennawatson committed Oct 10, 2020
1 parent 27ea4f9 commit a73bb6e
Showing 1 changed file with 24 additions and 15 deletions.
39 changes: 24 additions & 15 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,14 @@ mono_crash.*
[Rr]eleases/
x64/
x86/
[Ww][Ii][Nn]32/
[Aa][Rr][Mm]/
[Aa][Rr][Mm]64/
bld/
[Bb]in/
[Oo]bj/
[Ll]og/
[Ll]ogs/

# Visual Studio 2015/2017 cache/options directory
.vs/
Expand All @@ -42,7 +44,7 @@ Generated\ Files/
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*

# NUNIT
# NUnit
*.VisualState.xml
TestResult.xml
nunit-*.xml
Expand All @@ -60,6 +62,9 @@ project.lock.json
project.fragment.lock.json
artifacts/

# ASP.NET Scaffolding
ScaffoldingReadMe.txt

# StyleCop
StyleCopReport.xml

Expand Down Expand Up @@ -126,9 +131,6 @@ _ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user

# JustCode is a .NET coding add-in
.JustCode

# TeamCity is a build add-in
_TeamCity*

Expand All @@ -139,6 +141,11 @@ _TeamCity*
.axoCover/*
!.axoCover/settings.json

# Coverlet is a free, cross platform Code Coverage Tool
coverage*.json
coverage*.xml
coverage*.info

# Visual Studio code coverage results
*.coverage
*.coveragexml
Expand Down Expand Up @@ -309,8 +316,8 @@ __pycache__/
*.pyc

# Cake - Uncomment if you are using it
tools/**
!tools/packages.config
# tools/**
# !tools/packages.config

# Tabs Studio
*.tss
Expand Down Expand Up @@ -348,15 +355,17 @@ healthchecksdb
# Backup folder for Package Reference Convert tool in Visual Studio 2017
MigrationBackup/

# ReactiveUI
artifacts/
src/ReactiveUI.Events*/Events_*.cs
# Ionide (cross platform F# VS Code tools) working folder
.ionide/

# macOS
.DS_Store
# Fody - auto-generated XML schema
FodyWeavers.xsd

src/*.Tests/**/ApiApprovalTests*.received.txt
.idea/
# macOS
.DS_Store

# API Tests
src/*.Tests/**/ApiApprovalTests*.received.txt

# Fody Weavers (for tests)
src/Tools/
# JetBrains
.idea/

0 comments on commit a73bb6e

Please sign in to comment.