Skip to content
Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
#
# .swagger-codegen-ignore
#
# Specific files to *not* generate using swagger-codegen.
#
#
# Don't generate some of the random support files.
#
pom.xml
README.md
**/application.properties
#
# Don't generate dummy controllers once we have implemented them.
#
**/ValidatorsApiController.java
#
# Turns out we need to make changes to the API classes as well, to
# allow for exceptions.
#
**/ValidatorsApi.java
#
# In turn, that means we don't need to generate the exception classes.
#
**/*Exception.java