Closed kaeaton closed 6 years ago
Terribly sorry, I must have accidentally deleted part of the file. (That's not the .gitignore I altered, and I returned that one to it's prior state.) The file has been repaired.
Great! But sadly the now ignored files are still in the PR. Could you clean those up as well? https://stackoverflow.com/a/23839198 might help.
I made the changes, and just to check, recompiled the program. Something about compiling the program causes part of the .gitignore file to disappear which is how it picked up all those extra files. Do you have any ideas about what could cause that? I'm at a loss.
That might be the swagger codegen also generating the .gitignore
file... https://github.com/swagger-api/swagger-codegen/wiki/FAQ#how-to-skip-certain-files-during-code-generation might be a solution for that.
Let me submit a new pull request with the changes removing LabelList and I'll work on the .gitignore after.
LabelData and MethodData now directly include LabelList and MethodList. This update fixes the Java client so that it adds data to LabelData appropriately.