Skip to content

Commit

Permalink
Update .gitignore generated by 'mix new' (#13871)
Browse files Browse the repository at this point in the history
The .gitignore file would reference '/.fetch' files, which caused some
confusion (cf.
https://elixir-lang.slack.com/archives/C03EPRA3B/p1727706411018609).

Some research suggests that these files are no longer generated as of
commit 59b6e2e so let's stop mentioning
them in the .gitignore, too.
  • Loading branch information
frerich authored Sep 30, 2024
1 parent f685a76 commit a2012c2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/mix/lib/mix/tasks/new.ex
Original file line number Diff line number Diff line change
Expand Up @@ -311,9 +311,6 @@ defmodule Mix.Tasks.New do
# Where third-party dependencies like ExDoc output generated docs.
/doc/
# Ignore .fetch files in case you like to edit your project deps locally.
/.fetch
# If the VM crashes, it generates a dump, let's ignore it too.
erl_crash.dump
Expand Down

0 comments on commit a2012c2

Please sign in to comment.