We have a Visual Studio solution that is using third-party projects for code. These are essentially projects on GitHub that developers could use for their own implementations of a web application.
Within TeamCity we're getting code inspection warnings and errors for these projects that we don't intend on fixing, since we have little ability to shape the styling that they have.
Within ReSharper 2018.2.3 there's the ability within Code Inspection > Settings to specify Projects to Ignore, however the documentation and web in general are lacking in examples, and questions here cover ReSharper before it had this functionality.
If I wanted to exclude projects matching the pattern of Xxx.Yyy.*.csproj, what would be the proper way to add to the Projects to Ignore?