chore: update git-blame-ignore-revs

This commit is contained in:
firest 2022-04-14 10:59:47 +08:00
parent 1a4afabe9f
commit 4db2761804
2 changed files with 3 additions and 0 deletions

View File

@ -17,3 +17,5 @@ acb3544d4b112121b5d9414237d2af7860ccc2a3
1aa82992616ad848539a533a5cd20ba6f9071e5a
# reformat apps/emqx_gateway
3f6d78dda03fd0d8e968a352e134f11a7f16bfe8
# reformat apps/emqx_exhook
1a4afabe9fed06bb0038f95c898be69c72b94bf3

View File

@ -11,6 +11,7 @@ APPS=()
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')
for app in "${APPS[@]}"; do
echo "$app ..."