Return-Path: X-Original-To: apmail-ignite-commits-archive@minotaur.apache.org Delivered-To: apmail-ignite-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1A3AB187B8 for ; Thu, 29 Oct 2015 02:35:06 +0000 (UTC) Received: (qmail 90271 invoked by uid 500); 29 Oct 2015 02:35:06 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 90238 invoked by uid 500); 29 Oct 2015 02:35:05 -0000 Mailing-List: contact commits-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list commits@ignite.apache.org Received: (qmail 90229 invoked by uid 99); 29 Oct 2015 02:35:05 -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; Thu, 29 Oct 2015 02:35:05 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A7B0CE04D8; Thu, 29 Oct 2015 02:35:05 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: anovikov@apache.org To: commits@ignite.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: ignite git commit: IGNITE-843 Minor fix Date: Thu, 29 Oct 2015 02:35:05 +0000 (UTC) Repository: ignite Updated Branches: refs/heads/ignite-843-rc1 6a35c4c95 -> f4ece6e44 IGNITE-843 Minor fix Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/f4ece6e4 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/f4ece6e4 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/f4ece6e4 Branch: refs/heads/ignite-843-rc1 Commit: f4ece6e44a00a39d9ab4281411cf66e4be0cafc1 Parents: 6a35c4c Author: Andrey Authored: Thu Oct 29 09:35:01 2015 +0700 Committer: Andrey Committed: Thu Oct 29 09:35:01 2015 +0700 ---------------------------------------------------------------------- modules/control-center-web/src/main/js/.gitignore | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/f4ece6e4/modules/control-center-web/src/main/js/.gitignore ---------------------------------------------------------------------- diff --git a/modules/control-center-web/src/main/js/.gitignore b/modules/control-center-web/src/main/js/.gitignore index 96db808..cf9af46 100644 --- a/modules/control-center-web/src/main/js/.gitignore +++ b/modules/control-center-web/src/main/js/.gitignore @@ -2,3 +2,4 @@ node_modules *.idea *.log *.css +.npmrc