Sign in
flutter
/
mirrors
/
flutter
/
4a6a70a0dcfd3e453c8d34caf60ad05dfd982e7e
/
.
/
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/**