After publishing a package (not one installed locally), then a .versions
file appeared. Should I track this file? Or .gitignore
it, assuming it will be generated the next time I publish?
did you try moving it out of the folder and rebuild your project to see if it appears?
If it does, just ignore it. You probably only want to add the packages from the .Meteor file in your repository.
You should commit that to your repository. It ensures repeatable builds across platforms and computers.
2 Likes