Skip to content

Commit

Permalink
Add .nvmrc to gitignore
Browse files Browse the repository at this point in the history
As there are different node/npm versions in the wild it is common to use
virtual envs for development. To make it easy to use this with different
develompment enviroments it is a good idea to place a `.nvmrc` file in
your dev root. So a simple `nvm install` or `nvm use` do nvm magic with
the given version.
  • Loading branch information
cmeissner authored and tbrisker committed Jan 21, 2021
1 parent c257018 commit 120707f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@ npm-debug.log
.yo-rc.json
.vendor/
.solargraph.yml
.nvmrc

0 comments on commit 120707f

Please sign in to comment.