Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9DBC517897 for ; Mon, 30 Mar 2015 08:54:01 +0000 (UTC) Received: (qmail 67602 invoked by uid 500); 30 Mar 2015 08:53:03 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 67554 invoked by uid 500); 30 Mar 2015 08:53:03 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 67545 invoked by uid 99); 30 Mar 2015 08:53:03 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Mar 2015 08:53:02 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id DBD17DFF4C; Mon, 30 Mar 2015 08:53:02 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: robertkowalski@apache.org To: commits@couchdb.apache.org Message-Id: <744f35e1be8f40799cd3ceba89c3061b@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: fauxton commit: updated refs/heads/master to f54d48e Date: Mon, 30 Mar 2015 08:53:02 +0000 (UTC) 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 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 Authored: Fri Mar 27 23:04:16 2015 +0100 Committer: Robert Kowalski 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