Devographics / Monorepo

Monorepo containing the State of JS apps
surveyform-sigma.vercel.app
Other
127 stars 52 forks source link

.env snapshotter #362

Closed eric-burel closed 4 months ago

eric-burel commented 4 months ago

.env are super annoying to backup and recreate on new install. Could be solved with a simple snapshotter:

Actually this could generalize to all untracked files, except generated ones/node_modules. We could use a threshold to keep only files that are not too big.

eric-burel commented 4 months ago

Experimented a bit and it's "meh" The easiest path is to zip the .env files and put that on Dropbox https://github.com/eric-burel/snapshot-untracked