Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 17FA1200D45 for ; Thu, 19 Oct 2017 01:23:21 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 16A58160BF0; Wed, 18 Oct 2017 23:23:21 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 45590160BF4 for ; Thu, 19 Oct 2017 01:23:20 +0200 (CEST) Received: (qmail 84631 invoked by uid 500); 18 Oct 2017 23:23:19 -0000 Mailing-List: contact commits-help@sling.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@sling.apache.org Delivered-To: mailing list commits@sling.apache.org Received: (qmail 84140 invoked by uid 99); 18 Oct 2017 23:23:19 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Oct 2017 23:23:18 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 546A281C35; Wed, 18 Oct 2017 23:23:18 +0000 (UTC) Date: Wed, 18 Oct 2017 23:23:40 +0000 To: "commits@sling.apache.org" Subject: [sling-org-apache-sling-resource-editor] 24/50: Add node and node_modules to .gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: rombert@apache.org In-Reply-To: <150836899641.16537.11063501332264439745@gitbox.apache.org> References: <150836899641.16537.11063501332264439745@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: sling-org-apache-sling-resource-editor X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Rev: a8c3b4056486188c40e8b1d910810b1c44a09082 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20171018232318.546A281C35@gitbox.apache.org> archived-at: Wed, 18 Oct 2017 23:23:21 -0000 This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-resource-editor.git commit a8c3b4056486188c40e8b1d910810b1c44a09082 Author: Robert Munteanu AuthorDate: Mon Mar 30 09:15:59 2015 +0000 Add node and node_modules to .gitignore git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1670021 13f79535-47bb-0310-9956-ffa450edef68 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 7be8841..e38f6ef 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,5 @@ jcrbrowser/src/main/resources/SLING-INF/libs/jcrbrowser/content/css/bootstrap.cs jcrbrowser/.externalToolBuilders/Maven_Ant_Builder.launch jcrbrowser/maven-eclipse.xml org.sboehme.treeview/.externalToolBuilders/Maven_Ant_Builder.launch +/frontend/node +/frontend/node_modules -- To stop receiving notification emails like this one, please contact "commits@sling.apache.org" .