Subject: | wish: solve the problem of many identical MANIFEST.SKIP files |
I mostly want my MANIFEST.SKIP files to be exactly the same. I end up trying to guess where my most recent version is, and copy it from there. Inevitably, I end up making changes to a new MANIFEST.SKIP that I've made before.
I would like it if './Build manifest' would check ~/.manifest.skip if MANIFEST.SKIP is missing.
Possibly, it also makes sense './Build dist' to copy my .manifest.skip to MANIFEST.SKIP to help other developers. I'm less sure if that's a good default behavior or not.
Thanks!
Mark