Ruby: add gitignore

This commit is contained in:
xhh
2016-03-09 17:40:27 +08:00
parent 2c64b885bb
commit a9042e2410
2 changed files with 37 additions and 0 deletions

View File

@@ -212,6 +212,7 @@ public class RubyClientCodegen extends DefaultCodegen implements CodegenConfig {
supportingFiles.add(new SupportingFile("configuration.mustache", gemFolder, "configuration.rb"));
supportingFiles.add(new SupportingFile("version.mustache", gemFolder, "version.rb"));
supportingFiles.add(new SupportingFile("README.mustache", "", "README.md"));
supportingFiles.add(new SupportingFile("gitignore.mustache", "", ".gitignore"));
}