瀏覽代碼

HUE-8687 [frontend] Add webpack-stats.json to gitignore

Johan Ahlen 6 年之前
父節點
當前提交
1b9997885d
共有 2 個文件被更改,包括 3 次插入2 次删除
  1. 1 0
      .gitignore
  2. 2 2
      tools/scripts/hue-review

+ 1 - 0
.gitignore

@@ -106,6 +106,7 @@ dependency-reduced-pom.xml
 
 # Node Modules
 node_modules/
+webpack-stats.json
 
 junitresults*
 

+ 2 - 2
tools/scripts/hue-review

@@ -20,9 +20,9 @@ shift 3;
 exec $RBT post \
 	-o \
 	-X /'*.css' \
-	-X /'*AutocompleteParser.js' \
+	-X /'*Parser.js' \
 	-X /'*.json' \
-	-X /'*SyntaxParser.js' \
+	-X /'desktop/core/ext-py/*' \
 	--description="$(git whatchanged $REVLIST)" \
 	--target-groups=hue \
 	--target-people="$REVIEWER" \