You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by mm...@apache.org on 2018/07/26 22:15:05 UTC

[incubator-pulsar] branch master updated: [build] Add `yarn.lock` into gitignore file (#2242)

This is an automated email from the ASF dual-hosted git repository.

mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 8e62a46  [build] Add `yarn.lock` into gitignore file (#2242)
8e62a46 is described below

commit 8e62a468471187036d5d6c3df825b5144c70ed85
Author: Sijie Guo <gu...@gmail.com>
AuthorDate: Thu Jul 26 15:15:01 2018 -0700

    [build] Add `yarn.lock` into gitignore file (#2242)
    
    ### Motivation
    
    We introduced docusaurus in #2206 for building the new documentation site.
    docusaurus is using [yarn](https://yarnpkg.com/en/docs/install#mac-stable) for building.
    It will leave `yarn.lock` file after builds.
    
     ### Changes
    
    Add `yarn.lock` into gitignore file
---
 .gitignore | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitignore b/.gitignore
index 8808c8f..3e3c4e8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -67,3 +67,7 @@ pulsar-client-cpp/python/wheelhouse
 # CI generated files
 .repository
 docker.debug-info
+
+# Yarn
+
+**/yarn.lock