diff options
author | isaacs <i@izs.me> | 2012-06-11 09:30:44 -0700 |
---|---|---|
committer | isaacs <i@izs.me> | 2012-06-11 09:54:39 -0700 |
commit | 25e8ea17e1f03cd40cc5a6c9c1987bae58313ff5 (patch) | |
tree | b26b76a5b4b667a8185afc42bac96d79a6ef5d19 /.gitignore | |
parent | 1358632e672e2e7097abe12924de5f2b82bde765 (diff) | |
download | node-new-25e8ea17e1f03cd40cc5a6c9c1987bae58313ff5.tar.gz |
Do not gitignore npm's node_modules
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index e44636dc5b..65c4732e01 100644 --- a/.gitignore +++ b/.gitignore @@ -41,4 +41,4 @@ ipch/ email.md blog.html deps/v8-* -node_modules +./node_modules |