Commit ca039e60 authored by Nikita Sobolev's avatar Nikita Sobolev Committed by GitHub

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.
parent 8edb8a95
/_build /_build
/cover /cover
/deps /deps
/doc
/.fetch
erl_crash.dump erl_crash.dump
*.ez *.ez
*.beam *.beam
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment