Rodolfo Carvalho
677b23b13f
Update Elixir.gitignore to match modern standards
...
Update Elixir.gitignore to match the upstream template for new Elixir projects.
a9021b1c8d/lib/mix/lib/mix/tasks/new.ex (L307-L331)
Remove `.fetch` which was also removed upstream (https://github.com/elixir-lang/elixir/pull/13871 ).
Preserve additional patterns added in https://github.com/github/gitignore/pull/2132 , https://github.com/github/gitignore/pull/2611 , and https://github.com/github/gitignore/pull/2872 , adding comments to match the style of the rest of the file.
2026-08-02 15:28:53 +02:00
Rhys Powell
1cdba03c57
ignore files generated by ElixirLS
2018-11-06 11:32:22 +11:00
Gustavo Giménez
4f1daa4277
Add {prod, dev, whatever_enviroment}.secret.exs
2018-02-24 18:48:24 -03:00
Nikita Sobolev
ca039e602d
Updates Elixir gitignore file
...
Official `elixir`'s `gitignore` after running `mix new` contains these two lines:
> # Where 3rd-party dependencies like ExDoc output generated docs.
> /doc
> # Ignore .fetch files in case you like to edit your project deps locally.
> /.fetch
They are missing at the moment.
2017-07-08 15:48:59 +03:00
Rhys Powell
2d39231149
Update Elixir.gitignore
...
This should really ignore compiled .beam files as well
2016-10-12 11:36:46 +11:00
Victor Rodrigues
91f00b1c8e
Add /cover to Elixir.gitignore
2015-10-19 21:20:09 +02:00
Theo Pack
50e59ac3c8
Add .gitignore for Elixir
2014-05-04 18:27:23 +02:00