Skip to content

Commit d3fda3b

Browse files
authored
Ignore .tool-versions file (#565)
Most developers will have different changes in this file so it is better to ignore it so that it isn't accidentally commited to the repository.
1 parent 6a786d7 commit d3fda3b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,8 @@ erl_crash.dump
2727

2828
# Also ignore temp files created during testing
2929
.tmp
30+
31+
# A tool-versions file is used for the release at .release-tool-versions
32+
# But many contributors will use their own to specify their own minimum
33+
# supported version
34+
.tool-versions

0 commit comments

Comments
 (0)