From commits-return-158200-archive-asf-public=cust-asf.ponee.io@camel.apache.org Wed Jun 16 08:57:24 2021 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-he-de.apache.org (mxout1-he-de.apache.org [95.216.194.37]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id C645F180679 for ; Wed, 16 Jun 2021 10:57:24 +0200 (CEST) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-he-de.apache.org (ASF Mail Server at mxout1-he-de.apache.org) with SMTP id 378E06181E for ; Wed, 16 Jun 2021 08:57:24 +0000 (UTC) Received: (qmail 36716 invoked by uid 500); 16 Jun 2021 08:57:22 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 36702 invoked by uid 99); 16 Jun 2021 08:57:22 -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, 16 Jun 2021 08:57:22 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 94FD281A7C; Wed, 16 Jun 2021 08:57:22 +0000 (UTC) Date: Wed, 16 Jun 2021 08:57:20 +0000 To: "commits@camel.apache.org" Subject: [camel] branch camel-3.4.x updated: Properly exclude docs/node and docs/.yarn MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <162383383887.3414.15365359284022328511@gitbox.apache.org> From: zregvart@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: camel X-Git-Refname: refs/heads/camel-3.4.x X-Git-Reftype: branch X-Git-Oldrev: 64fb0e08aef39e07c08cbf3150939325cf723e05 X-Git-Newrev: 6ad592571e1ab6cfa815f71a6ad2e96bd238f26a X-Git-Rev: 6ad592571e1ab6cfa815f71a6ad2e96bd238f26a X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. zregvart pushed a commit to branch camel-3.4.x in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/camel-3.4.x by this push: new 6ad5925 Properly exclude docs/node and docs/.yarn 6ad5925 is described below commit 6ad592571e1ab6cfa815f71a6ad2e96bd238f26a Author: Zoran Regvart AuthorDate: Wed Jun 16 10:56:43 2021 +0200 Properly exclude docs/node and docs/.yarn --- apache-camel/src/main/descriptors/src.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apache-camel/src/main/descriptors/src.xml b/apache-camel/src/main/descriptors/src.xml index 191b8ce..59da2fc 100644 --- a/apache-camel/src/main/descriptors/src.xml +++ b/apache-camel/src/main/descriptors/src.xml @@ -54,8 +54,8 @@ **/cobertura.ser **/node_modules/** - docs/node - docs/.yarn + docs/node/** + docs/.yarn/** **/.flattened-pom.xml