Sign in
flutter
/
mirrors
/
flutter
/
7027945822cd5d1d511d31029bf5ebf14fcb2bd7
/
.
/
analysis_options.yaml
blob: 74a5e1e3b0eeb3d2a11797940acffcc1286fe93e [
file
]
include:
analysis_options_common.yaml
analyzer:
exclude:
-
"bin/cache/**"
# Ignore protoc generated files
-
"dev/conductor/lib/proto/*"
-
"engine/**"
-
build/**
-
android/**
-
ios/**
-
web/**
-
windows/**
-
macos/**
-
linux/**