diff --git a/docs/exclusion.md b/docs/exclusion.md index 69524176..1a907531 100644 --- a/docs/exclusion.md +++ b/docs/exclusion.md @@ -361,7 +361,7 @@ All binary files as defined by https://github.com/sindresorhus/binary-extensions "zip", "zipx" ``` -snippet source | anchor +snippet source | anchor @@ -372,9 +372,11 @@ Files that cannot contain comments are excluded. ```cs +"DotSettings", "csv", "json", -"geojson" +"geojson", +"sln" ``` -snippet source | anchor +snippet source | anchor