style: add emqx_enterprise_conf erlfmt commit to git blame ignore

This commit is contained in:
Zaiming (Stone) Shi 2022-03-25 16:55:59 +01:00
parent 1aa8299261
commit a125bf9469
2 changed files with 3 additions and 1 deletions

View File

@ -4,3 +4,5 @@
4d3157743e0d3ac7e6c09f108f6e79c820fd9c00
# reformat lib-ee/emqx_license
4f396cceb84d79d5ef540e91c1a8420e8de74a56
# reformat lib-ee/emqx_enterprise_conf
1aa82992616ad848539a533a5cd20ba6f9071e5a

View File

@ -9,7 +9,7 @@ cd -P -- "$(dirname -- "$0")/.."
APPS=()
APPS+=( 'apps/emqx' 'apps/emqx_modules' )
APPS+=( 'lib-ee/emqx_license' )
APPS+=( 'lib-ee/emqx_enterprise_conf' 'lib-ee/emqx_license' )
for app in "${APPS[@]}"; do
echo "$app ..."