Relocate xx.komodoproject to some other directory

Having the xx.komodoproject in the directory is causing problems with Git and multiple developers. The file can wind up under source control. Is there a way to configure KomodoIDE to put all of the project files somewhere else?

Thanks,
Dave

As often happens, I concentrate more on the problem after I ask for help…

Create the project in the other directory, then edit the properties and change the base directory, leaving the project file in the previous directory.

Feel free to move the file elsewhere, when you open the project you can change the source dir under Project > Properties > Project Preferences > Project Base Directory.

Another solution if you don’t want git to version control the file is to add it to your (local) gitignore.

Thank you. That works!