chore: update git-blame-ignore-revs

This commit is contained in:
firest 2022-04-19 15:33:30 +08:00
parent 83511f8a4c
commit 48a9b37916
2 changed files with 3 additions and 1 deletions

View File

@ -23,3 +23,5 @@ acb3544d4b112121b5d9414237d2af7860ccc2a3
f1acfece6b79ed69b491da03783a7adaa7627b96
# reformat apps/emqx_management
aa7807baebfa5d8678025e43f386bcd9b3259d6a
# reformat apps/emqx_slow_subs
83511f8a4c1570a2c89d9c6c5b6f462520199ed8

View File

@ -12,7 +12,7 @@ APPS+=( 'apps/emqx' 'apps/emqx_modules' 'apps/emqx_gateway')
APPS+=( 'apps/emqx_authn' 'apps/emqx_authz' )
APPS+=( 'lib-ee/emqx_enterprise_conf' 'lib-ee/emqx_license' )
APPS+=( 'apps/emqx_exhook')
APPS+=( 'apps/emqx_retainer')
APPS+=( 'apps/emqx_retainer' 'apps/emqx_slow_subs')
for app in "${APPS[@]}"; do
echo "$app ..."