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