chore: update git-blame-ignore-revs
This commit is contained in:
parent
1a4afabe9f
commit
4db2761804
|
@ -17,3 +17,5 @@ acb3544d4b112121b5d9414237d2af7860ccc2a3
|
|||
1aa82992616ad848539a533a5cd20ba6f9071e5a
|
||||
# reformat apps/emqx_gateway
|
||||
3f6d78dda03fd0d8e968a352e134f11a7f16bfe8
|
||||
# reformat apps/emqx_exhook
|
||||
1a4afabe9fed06bb0038f95c898be69c72b94bf3
|
||||
|
|
|
@ -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 ..."
|
||||
|
|
Loading…
Reference in New Issue