Skip to content

Commit

Permalink
Update exclusion.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Mar 26, 2024
1 parent 354d9a7 commit 3a67dc0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/exclusion.md
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ All binary files as defined by https://github.com/sindresorhus/binary-extensions
"zip",
"zipx"
```
<sup><a href='/src/MarkdownSnippets/Reading/Exclusions/SnippetFileExclusions.cs#L28-L297' title='Snippet source file'>snippet source</a> | <a href='#snippet-BinaryFileExtensions' title='Start of snippet'>anchor</a></sup>
<sup><a href='/src/MarkdownSnippets/Reading/Exclusions/SnippetFileExclusions.cs#L30-L299' title='Snippet source file'>snippet source</a> | <a href='#snippet-BinaryFileExtensions' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->


Expand All @@ -372,9 +372,11 @@ Files that cannot contain comments are excluded.
<!-- snippet: NoAcceptCommentsExtensions -->
<a id='snippet-NoAcceptCommentsExtensions'></a>
```cs
"DotSettings",
"csv",
"json",
"geojson"
"geojson",
"sln"
```
<sup><a href='/src/MarkdownSnippets/Reading/Exclusions/SnippetFileExclusions.cs#L16-L22' title='Snippet source file'>snippet source</a> | <a href='#snippet-NoAcceptCommentsExtensions' title='Start of snippet'>anchor</a></sup>
<sup><a href='/src/MarkdownSnippets/Reading/Exclusions/SnippetFileExclusions.cs#L16-L24' title='Snippet source file'>snippet source</a> | <a href='#snippet-NoAcceptCommentsExtensions' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->

0 comments on commit 3a67dc0

Please sign in to comment.