The skip option doesn't detect existing files if the template file is called ```$$path$$.*```, e.g. ```$$path$$.js.hbs```. Steps to reproduce: - Create new npm project in empty folder - Install latest version of openapi3 - Save this [openapi.yaml](https://github.com/swagger-api/swagger-petstore/blob/master/src/main/resources/openapi.yaml) into project folder - run ```npx openapi3-generator openapi.yaml express``` - re-run ```npx openapi3-generator openapi.yaml express``` - Check console output: none of the src/api/routes or src/api/routes were skipped.