Project

General

Profile

« Previous | Next » 

Revision 120707f0

Added by Christian Meißner over 3 years ago

Add .nvmrc to gitignore

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.

  • added
  • modified
  • copied
  • renamed
  • deleted