I'm just getting started with Microsoft Dynamics 365.
As I muck about with it, I'd like to have my source code in a git repo so I can track my changes and go back, if necessary or desirable.
I created a repo on Azure DevOps, however, it seems Visual Studio 2017 is not keeping local copies of my metadata in the project folder, so when I add and push the contents of this folder, the stuff I'm interested in does not go to the repo.
I gather my updated metadata is actually going into C:\AOSService\PackagesLocalDirectory , but how can I include this as part of my project?