check for nvmrc and switch node version
if a .nvmrc file exists in a directory, read it to change node to the correct version Also ignore this file globally from git repos
This commit is contained in:
@@ -18,3 +18,6 @@ Icon
|
||||
|
||||
# typescript command garbage
|
||||
tscommand*.txt
|
||||
|
||||
# nvm - the Node Version Manager
|
||||
.nvmrc
|
||||
|
||||
Reference in New Issue
Block a user