Add back ignoring intl as it depends on underlying flutter engine #noissue
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Varakh 2023-07-27 18:17:18 +00:00
parent 43cb6472f2
commit 3d11fde4e9

View file

@ -10,5 +10,8 @@
"ignorePaths": [ "ignorePaths": [
"android/**", "android/**",
"ios/**" "ios/**"
],
"ignoreDeps": [
"intl"
] ]
} }