Skip to content

Updates Elixir gitignore file - #2425

Merged
shiftkey merged 1 commit into
github:masterfrom
sobolevn:patch-1
Sep 9, 2017
Merged

Updates Elixir gitignore file#2425
shiftkey merged 1 commit into
github:masterfrom
sobolevn:patch-1

Conversation

@sobolevn

@sobolevnsobolevn commented Jul 8, 2017

Copy link
Copy Markdown
Contributor

Reasons for making this change:

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.

Links to documentation supporting these rule changes:

https://github.com/elixir-lang/elixir/blob/55c40b465f41d14d94842b01fcdab0e49a38aaea/lib/mix/lib/mix/tasks/new.ex#L233

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.
@shiftkey

Copy link
Copy Markdown
Member

@sobolevn thanks!

@shiftkey
shiftkey merged commit ab4dfee into github:masterSep 9, 2017
lovelypuppy0607 added a commit to lovelypuppy0607/gitignore-1 that referenced this pull request May 11, 2023
ukushu pushed a commit to ukushu/gitignore that referenced this pull request Nov 26, 2025
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@sobolevn@shiftkey