Hi, I've followed this thread http://forum.world.st/How-do-I-convert-a-FileTree-project-to-Metadataless-GitFileTree-project-td4903920i20.html to switch to metadata less format,
Specifically: 1. change `.filetree` file, 2. load the repo to a clean image 3. make a change to each package and commit it This worked correctly, however having to recommit each package is annoying if there are several. My question is: * is it safe to directly remove the incriminating files (all monticello.meta/version & methodProperties.json files), * is it possible to mass-commit all packages with simple script, * or should I just ignore the metadata and eventually someone will make a change to the package so the metadata silently disappears? Thanks, Peter