Ignore .tool-versions directory

This directory is created by the ASDF version manager (https://asdf-vm.com),
and can be used to control the version of nodejs/npm used to run.
This commit is contained in:
Daz DeBoer
2021-07-20 11:20:21 -06:00
parent 33e91b639d
commit 41ca2299a5

4
.gitignore vendored
View File

@@ -98,5 +98,9 @@ Thumbs.db
__tests__/runner/* __tests__/runner/*
# lib/**/* # lib/**/*
# IntelliJ IDEA config files
.idea/ .idea/
*.iml *.iml
# ASDF tool configuration
.tool-versions