ContributionsMost RecentMost LikesSolutionsIgnored Path not working for not generated files Hi, I'm testing a SwaggerHub integration to generate a server stub. The configuration is as follows: Partially Managed Paths = * Fully Managed Paths = src/* Ignored Paths = src/IO.Swagger/IO.Swagger.csproj (generated) src/IO.Swagger/Security/* (generated) src/IO.Swagger/Dockerfile (generated) src/IO.Swagger/Properties/PublishProfiles/* src/IO.Swagger/version.json The issue is that the files I added manually like version.json and PubishProfiles/Dockerfile are deleted when the integration is executed again. I consider this a bug. The other files are indeed ignored and changes persist. Any suggestions ? Re: Best practice: API first, maintenance and versioning Hi chichepo, Thank you for your suggestions. But I'm looking for a workflow: How to do versioning and generate new parts for the existing API without overwriting already implemented parts. Best practice: API first, maintenance and versioning Hi, I'm looking for information on best practices on API-first approach. It is well documented how to create your first API in SwaggerHub and generate the server stub initially. But what is the workflow to maintain existing versions and to create new versions of your API, e.g. by adding new endpoints? How to generate code for the new endpoints without overriding implementations or other changes already made in code? Best regards, Christoph