You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by hr...@apache.org on 2021/12/14 05:23:00 UTC

[pulsar-client-node] branch master updated: Add tarball files to .gitignore (#184)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new b1010ee  Add tarball files to .gitignore (#184)
b1010ee is described below

commit b1010ee90dfc5cd58b32f4f9cf7e10491a1948d0
Author: Masahiro Sakamoto <ma...@yahoo-corp.jp>
AuthorDate: Tue Dec 14 14:22:55 2021 +0900

    Add tarball files to .gitignore (#184)
---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index d89b6b7..78fabdc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,3 +21,5 @@ build/
 node_modules/
 report/
 .idea
+*.tar.gz
+*.tgz