Skip to content

Commit a2012c2

Browse files
authored
Update .gitignore generated by 'mix new' (#13871)
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.
1 parent f685a76 commit a2012c2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/mix/lib/mix/tasks/new.ex

-3
Original file line numberDiff line numberDiff line change
@@ -311,9 +311,6 @@ defmodule Mix.Tasks.New do
311311
# Where third-party dependencies like ExDoc output generated docs.
312312
/doc/
313313
314-
# Ignore .fetch files in case you like to edit your project deps locally.
315-
/.fetch
316-
317314
# If the VM crashes, it generates a dump, let's ignore it too.
318315
erl_crash.dump
319316

0 commit comments

Comments
 (0)