Browse Source

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.
pull/2425/head
Nikita Sobolev 6 years ago
parent
commit
ca039e602d
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      Elixir.gitignore

+ 2
- 0
Elixir.gitignore View File

@@ -1,6 +1,8 @@
/_build
/cover
/deps
/doc
/.fetch
erl_crash.dump
*.ez
*.beam

Loading…
Cancel
Save