Engineering Elixir Apps B6.0: ch. 4 p. 116 of PDF

Ellie Fairholm @elliefairholm and Josep Giralt D’Lacoste @Gilacost,

Running dialyzer on both localhost and GitHub CI gives the following error:

:dialyzer.run error:     The PLT file priv/plts/core.plt/dialyxir_erlang-24.3.4.17.plt is not writable

I solved it by creating the file priv/plts/core.plt/.keep in the repo. (If done after the .gitignore lines are added, it may have to be forced.)