Repository: couchdb-fauxton Updated Branches: refs/heads/master ad0051256 -> f54d48ece
ignore npm-debug.log PR: #341 PR-URL: https://github.com/apache/couchdb-fauxton/pull/341 Reviewed-By: Benjamin Keen <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/f54d48ec Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/f54d48ec Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/f54d48ec Branch: refs/heads/master Commit: f54d48ecec3f0e6cd72cef4ec73d1a437d621c7b Parents: ad00512 Author: Robert Kowalski <[email protected]> Authored: Fri Mar 27 23:04:16 2015 +0100 Committer: Robert Kowalski <[email protected]> Committed: Mon Mar 30 10:53:34 2015 +0200 ---------------------------------------------------------------------- .gitignore | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/f54d48ec/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index f6f8a2e..7c802bb 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ test/nightwatch_tests/selenium/* .DS_Store *.react.js selenium-debug.log +npm-debug.log
