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
No known key found for this signature in database
GPG Key ID: DD6B9F0B06683D5D

4
.gitignore vendored
View File

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