Description
Running the shell scripts bin/spring-delegate.sh or bin/spring-delegate-j8.sh deletes sample files in samples/server/petstore/springboot, which were not created by the same script, but by bin/springboot-petstore-server.sh.
Depending on the order of execution, you can end up with pom.xml and .swagger-codegen-ignore missing.
Swagger-codegen version
Happens with current master, I didn't check how much back.
Steps to reproduce
From the main directory, run bin/spring-delegate.sh, (or bin/spring-delegate-j8.sh) then git status. Some files are missing.
Suggest a Fix
I'll submit a pull request.