You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2019/04/25 03:52:32 UTC

[skywalking] branch rocketbot-ui updated: Update ignore.

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

wusheng pushed a commit to branch rocketbot-ui
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/rocketbot-ui by this push:
     new 5b2a619  Update ignore.
5b2a619 is described below

commit 5b2a619153cdc09c1a5a6cfa1bd6f7201726df45
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Thu Apr 25 11:52:23 2019 +0800

    Update ignore.
---
 pom.xml | 14 ++------------
 1 file changed, 2 insertions(+), 12 deletions(-)

diff --git a/pom.xml b/pom.xml
index 27a978c..d8bc1b0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -318,18 +318,8 @@
 
                         <!-- UI IDE configs -->
                         <exclude>**/skywalking-ui/.editorconfig</exclude>
-                        <!-- UI Compiler configs -->
-                        <exclude>**/skywalking-ui/.webpackrc.js</exclude>
-                        <exclude>**/skywalking-ui/.roadhogrc.mock.js</exclude>
-                        <!-- UI Test configs -->
-                        <exclude>**/skywalking-ui/jest.config.js</exclude>
-                        <!-- UI style check files -->
-                        <exclude>**/skywalking-ui/.eslintrc.js</exclude>
-                        <exclude>**/skywalking-ui/.stylelintrc</exclude>
-                        <exclude>**/skywalking-ui/.prettierignore</exclude>
-                        <exclude>**/skywalking-ui/.prettierrc</exclude>
-                        <!-- UI icon files -->
-                        <exclude>**/skywalking-ui/public/font/iconfont/**</exclude>
+                        <!-- UI ignore -->
+                        <exclude>**/skywalking-ui/.browserslistrc</exclude>
 
                         <!-- git files -->
                         <exclude>**/.gitignore</exclude>