Skip to content

Commit 615a24e

Browse files
authored
Merge pull request #99 from dangreenisrael/gh-97/remove-nvmrc
Remove .nvmrc
2 parents 63189df + 6ad1437 commit 615a24e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
11
/node_modules
2-
/lib
2+
/lib
3+
4+
# NVM users can add a local copy of .nvmrc if they want the auto-switching
5+
# behavior that NVM can provide. We'll ignore it at the project level because
6+
# we don't have a specific version requirement for dev besides what's listed
7+
# in package.json engines.
8+
/.nvmrc

.nvmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)