By default, Wrapt will do some initial git setup for you (git init, git add -a, git commit -m "Initial commit", and add a .gitignore).
If you'd like to skip this and do it yourself, you can set the AddGit option to false on the base level.
AddGit: falseIn this example we have a yaml file that's setting up an API for a Vet Clinic. You can see that AddGit is set to false, so no git setup will be performed.
SolutionName: VetClinic.Api
Entities:
#entity details
AddGit: false👀 Docs Feedback
See something missing or light in content in the docs? Let me know! I want the Wrapt docs to be as through and helpful as possible!