Created by: ndbroadbent
I'm always seeing this in git status
after compiling the project:
untracked: modules/openapi-generator-gradle-plugin/bin/
I imagine that these are build artifacts that shouldn't be checked in, so I've added it to .gitignore
.