File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ reset_not_allowed_to_change_source_files() {
123
123
git clean -fdX
124
124
125
125
if [ -f ./bin/console ]; then
126
- CHANGED_FILES=" $( git diff phpmyadmin/$branch ..$newbranch --name-only -- ' ./*' ' :!README.rst' ' :!public/js/*.js' ' :!public/js/*.js.map' ' :!resources/locale/*.mo' ' :!public/themes/*.css' ' :!public/themes/*.css.map' ' :!public/setup/*.css' ' :!public/setup/*.css.map' ) "
126
+ CHANGED_FILES=" $( git diff phpmyadmin/$branch ..$newbranch --name-only -- ' ./*' ' :!README.rst' ' :!public/js/vendor/** ' ' :!public/js/ *.js' ' :!public/js/*.js.map' ' :!resources/locale/*.mo' ' :!public/themes/*.css' ' :!public/themes/*.css.map' ' :!public/setup/*.css' ' :!public/setup/*.css.map' ) "
127
127
else
128
128
CHANGED_FILES=" $( git diff phpmyadmin/$branch ..$newbranch --name-only -- ' ./*' ' :!README.rst' ' :!js/dist/*.js' ' :!js/dist/*.js.map' ' :!locale/*.mo' ' :!themes/*.css' ' :!themes/*.css.map' ' :!setup/*.css' ' :!setup/*.css.map' ) "
129
129
fi
You can’t perform that action at this time.
0 commit comments