You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by su...@apache.org on 2020/11/10 16:53:17 UTC

[incubator-echarts] branch release-next updated (c91fdd6 -> 79c4ec7)

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

sushuang pushed a change to branch release-next
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git.


    from c91fdd6  release: 5.0.0
     add a4fc5a4  Merge pull request #13594 from apache/release-next
     add b15f8be  chore: ignore src in npm
     add 3a211ce  Merge pull request #13595 from apache/remove-src
     new 79c4ec7  fix: add ignore.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .npmignore | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[incubator-echarts] 01/01: fix: add ignore.

Posted by su...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

sushuang pushed a commit to branch release-next
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git

commit 79c4ec74a187b2007256847f433c1fe12e017300
Author: 100pah <su...@gmail.com>
AuthorDate: Wed Nov 11 00:43:22 2020 +0800

    fix: add ignore.
---
 .npmignore | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.npmignore b/.npmignore
index c9202b6..de36665 100644
--- a/.npmignore
+++ b/.npmignore
@@ -6,4 +6,7 @@
 /todo
 /npm-debug.log
 /benchmark
-/src
\ No newline at end of file
+/src
+.DS_Store
+Thumbs.db
+Desktop.ini


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org