Commit ca039e6
authored
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.1 parent 8edb8a9 commit ca039e6
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
4 | 6 | | |
5 | 7 | | |
6 | 8 | | |
0 commit comments