Hi, > I suggested this a while ago. We check in build.properties.template. That would break the CI build I believe (if it was currently working).
> The developer (or the build script) copies the contents into build.properties > while building. I think build.properties is read before the script runs so not sure if that that would work? Not 100% sure there. And of course we wouldn't want it to over write the file each time - as you would loose your changes. > The local changes can be made in this file. The template > remains unchanged. > > We can add a specific entry into gitignore for the build.properties file. I'll give it a try and see if I can get it to work. Justin