Hi Dojo,
I am using the Visual Studio DIS extension to develop a protocol and also automation scripts. Adding the protocol Solution to source control (Git) was easy, the structure is easy to understand and every QAction has a cs and a csproj file.
But the Automation Script solution has way more files and I don't know which files I need to add. I imported multiple Automation Scripts to the VS Solution. Do i also need to add the bin and obj folder which every Automation Script has? I guess not, but how did you do that? I did not find anything in the documentation.
Thanks
David
Hi David
When adding the solution to Git, you can add a gitignore file. You can use the default gitignore for Visual Studio: gitignore/VisualStudio.gitignore at main · github/gitignore