Locally, I am using asdf, together with direnv to manage the different versions of my runtimes.
I don't want to impose to anyone using these tools (although I do highly recommend them), so I don't want to version control them.
To avoid staging/committing them one day by mistake, I'd like to add the related config files to the root .gitignore.
Locally, I am using
asdf
, together withdirenv
to manage the different versions of my runtimes.I don't want to impose to anyone using these tools (although I do highly recommend them), so I don't want to version control them.
To avoid staging/committing them one day by mistake, I'd like to add the related config files to the root
.gitignore
.