diff options
author | indexzero <charlie.robbins@gmail.com> | 2011-05-29 21:47:07 -0400 |
---|---|---|
committer | indexzero <charlie.robbins@gmail.com> | 2011-05-29 21:47:07 -0400 |
commit | aa8f00968f80f601f8273386dcf416277e5da306 (patch) | |
tree | 73cb584c692758ae8c5b29efa78bfe1414ff7581 /Node.gitignore | |
parent | 88320f20dc859bd759be551f6346ebe44629767d (diff) | |
download | gitignore-aa8f00968f80f601f8273386dcf416277e5da306.tar.gz gitignore-aa8f00968f80f601f8273386dcf416277e5da306.zip |
[minor] Update Node.gitignore for npm 1.0
Diffstat (limited to 'Node.gitignore')
-rw-r--r-- | Node.gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Node.gitignore b/Node.gitignore index 1630132c..7dccd970 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -9,4 +9,7 @@ lib-cov pids logs -results
\ No newline at end of file +results + +node_modules +npm-debug.log
\ No newline at end of file |