Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • O openapi-generator
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,476
    • Issues 3,476
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 402
    • Merge requests 402
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • OpenAPI Tools
  • openapi-generator
  • Wiki
  • FAQ

FAQ · Changes

Page history
fix link to .openapi-generator-ignore authored Jun 04, 2019 by William Cheng's avatar William Cheng
Hide whitespace changes
Inline Side-by-side
FAQ.md
View page @ 09910bb5
......@@ -59,7 +59,7 @@ Please add `-Dio.swagger.v3.parser.util.RemoteUrl.trustAll=true` when generating
For example, to skip `git_push.sh`, one can create a file named `.openapi-generator-ignore` in the output directory and put `git_push.sh` in that file, which just works like [.gitignore](https://git-scm.com/docs/gitignore).
[.openapi-generator-ignore](https://github.com/openapitools/openapi-generator/blob/master/samples/client/petstore/php/.openapi-generator-ignore) is auto-generated by default.
[.openapi-generator-ignore](https://github.com/openapitools/openapi-generator/blob/master/samples/client/petstore/ruby/.openapi-generator-ignore) is auto-generated by default.
### How can I customize the template to add header/footer to the auto-generated code?
......
Clone repository
  • API client generator HOWTO
  • Building your own Templates
  • Customizing client code generation
  • FAQ
  • Git Branches
  • Home
  • How to add a generator for a new language or framework
  • Integration Tests
  • Migration Guide
  • Mustache Template Variables
  • Pull Request Checklist
  • Release Checklist
  • Samples folder
  • Server stub generator HOWTO
  • Vendor Extensions
View All Pages