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 catbagarrow-up-right using dotnet-filearrow-up-right) is to create a .editorconfig file with the following content:

[*]
generated_code = true

Last updated