Updated Branches: refs/heads/hastings [created] 85dd543de
[git] Update .gitignore to include npm. Project: http://git-wip-us.apache.org/repos/asf/cordova-labs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-labs/commit/1dd1c3f2 Tree: http://git-wip-us.apache.org/repos/asf/cordova-labs/tree/1dd1c3f2 Diff: http://git-wip-us.apache.org/repos/asf/cordova-labs/diff/1dd1c3f2 Branch: refs/heads/hastings Commit: 1dd1c3f214771ba39bbd090fec1fd78353367905 Parents: 7a089f4 Author: Michael Brooks <[email protected]> Authored: Thu Aug 8 14:42:23 2013 -0700 Committer: Michael Brooks <[email protected]> Committed: Thu Aug 8 14:42:23 2013 -0700 ---------------------------------------------------------------------- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-labs/blob/1dd1c3f2/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index fd29596..8ec36c3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,6 @@ # OS X .DS_Store + +# Node +node_modules/ +npm-debug.log
