For the complete documentation index, see llms.txt. This page is also available as Markdown.

Ignore folder from dotnet-format

The easiest way to ignore an entire folder (i.e. one containing files you're syncing from an external repository such as catbag using dotnet-file) is to create a .editorconfig file with the following content:

[*]
generated_code = true

Last updated