Explorar o código

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

Johan Ahlen %!s(int64=6) %!d(string=hai) anos
pai
achega
1b9997885d
Modificáronse 2 ficheiros con 3 adicións e 2 borrados
  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" \