17 lines
440 B
Plaintext
17 lines
440 B
Plaintext
src/**/Controllers/DefaultApi.cs
|
|
|
|
# Remove unused classes
|
|
src/**/Authentication/ApiAuthentication.cs
|
|
src/**/Formatters/InputFormatterStream.cs
|
|
src/**/OpenApi/TypeExtensions.cs
|
|
|
|
{{#if keepModels}}
|
|
{{#each ignoredModels}}src/**/Models/{{this}}{{modelSuffix}}.cs
|
|
{{/each}}
|
|
{{#else}}
|
|
src/**/Converters/CustomEnumConverter.cs
|
|
# Remove all models
|
|
src/**/Models/*.cs
|
|
{{/if}}
|
|
|
|
{{#if isCommon}}src/**/Attributes/ValidateModelStateAttribute.cs{{/if}} |