Should the .tool-versions file of asdf go into .gitignore?

Viewed 1271

I was wondering what best practice is here? The Elixir version is defined in the mix.exs anyways and different developers might want to use different OTP versions (compatible with the Elixir version) or different minor Elixir versions.

On the other hand it simplifies things and might make bug tracking easier if everyone uses exactly the same version.

0 Answers
Related