Logs and Project configuration in TestComplete Project GIT/Bitbucket Folders?
If we put our Test Complete project in Git/Repository, the Logs folders will be in there too. With another automation project not based on Test Complete, we have a habit of installing our tests by getting source code from GIT repository, and running the code there. That project is configured so that the application folders and log folders are not with the test code. So get the automation into a folder by Clone and Run it. The configuration is outside of GIT as well. When we are working with the test code, we do GIT code commits from there as well. But if we were to configure in the source code and have our test logs in the source code folders, Git would always be tryig to add Logs and configuration file to the source code. How is this done with Test Conplete? Can you configure the Test Logs to be outside of the test project? Or do you tell GIT to exclude the Log folders and other run-time files?