feat(typescript): generate .gitattributes file

This commit is contained in:
Joscha Feth
2024-09-27 00:31:19 +01:00
parent 645626d2f5
commit 80f3cecce1
2 changed files with 3 additions and 0 deletions

View File

@@ -140,6 +140,7 @@ public class TypeScriptClientCodegen extends AbstractTypeScriptClientCodegen imp
supportModelPropertyNaming(CodegenConstants.MODEL_PROPERTY_NAMING_TYPE.camelCase);
// Git
supportingFiles.add(new SupportingFile(".gitattributes.mustache", "", ".gitattributes"));
supportingFiles.add(new SupportingFile(".gitignore.mustache", "", ".gitignore"));
supportingFiles.add(new SupportingFile("git_push.sh.mustache", "", "git_push.sh"));

View File

@@ -0,0 +1,2 @@
*.md linguist-documentation
**/* linguist-generated