1
0
mirror of https://github.com/github/gitignore synced 2024-06-01 02:08:18 +02:00
gitignore/Elixir.gitignore
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

9 lines
61 B
Plaintext

/_build
/cover
/deps
/doc
/.fetch
erl_crash.dump
*.ez
*.beam