This is an automated email from the ASF dual-hosted git repository. sushuang pushed a commit to branch typescript in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git
commit a829cd992c7b9f748aba75504ec294cc303ef51d Author: 100pah <sushuang0...@gmail.com> AuthorDate: Sat Feb 15 11:28:54 2020 +0800 ignore npm and esm product. --- .gitignore | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4097609..320e95b 100644 --- a/.gitignore +++ b/.gitignore @@ -172,10 +172,19 @@ node_modules map/tool map/raw theme/thumb -/lib -/esm pre-publish-tmp todo **/*.log *.sublime-workspace -*.sublime-project \ No newline at end of file +*.sublime-project + +/esm +/echarts.all.js +/echarts.simple.js +/echarts.common.js +/echarts.blank.js +/lib +/index.js +/index.simple.js +/index.common.js +/index.blank.js \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org For additional commands, e-mail: commits-h...@echarts.apache.org