Uh oh!
There was an error while loading. Please reload this page.
Updates Elixir gitignore file - #2425
Merged
Merged
Conversation
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
commented
Sep 9, 2017
Member
@sobolevn thanks! |
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
1 task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reasons for making this change:
Official
elixir'sgitignoreafter runningmix newcontains these two lines: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