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


As this question has now been inactive for a very long time, I will close it. If you still want more information about this, could you post a new question?
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

actually this does not answer my question. I did not ask how I can ignore files with git, but which ones. So how should or can a Automation Scripts Solution project structure look like that anyone can check it out and use it directly. because some files can be ignored and some not, I guess?
I see that this question has been inactive for some time. Do you still need help with this? If not, could you select the answer that has been most helpful for you (using the ✓ icon)?