would it hurt to add .DS_Store to the .gitignore of new mix projects :/
--
You received this message because you are subscribed to the Google Groups "elixir-lang-core" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elixir-lang-co...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elixir-lang-core/7dbdf5b8-1ca6-4015-a8e6-af97d72c20e2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Generally speaking, the project .gitignore should only have contents specific to your project.Files that are generated by your editors or .DS_STORE, which is specific to your OS, should be in your global gitignore: https://help.github.com/en/articles/ignoring-files#create-a-global-gitignore
On Wed, Apr 3, 2019 at 7:23 PM Suazi Thustra <zer...@gmail.com> wrote:
would it hurt to add .DS_Store to the .gitignore of new mix projects :/--
You received this message because you are subscribed to the Google Groups "elixir-lang-core" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elixir-l...@googlegroups.com.