Skip to content

Instantly share code, notes, and snippets.

@dcharkes
Created July 15, 2021 09:07
Show Gist options
  • Save dcharkes/66771d3726acd2a131f9ef29078ac92d to your computer and use it in GitHub Desktop.
Save dcharkes/66771d3726acd2a131f9ef29078ac92d to your computer and use it in GitHub Desktop.
{
"dart.analysisExcludedFolders": [
"benchmarks",
"benchmarks-internal",
"docs/newsletter/20171103",
"pkg/analysis_server",
"pkg/analysis_server_client",
"pkg/analysis_tool",
"pkg/analyzer",
"pkg/analyzer_cli",
"pkg/analyzer_plugin",
"pkg/analyzer_utilities",
"pkg/async_helper",
"pkg/build_integration",
"pkg/compiler",
"pkg/dart2js_tools",
"pkg/dart2native",
"pkg/dartdev",
"pkg/dart_internal",
"pkg/dds",
"pkg/dev_compiler",
"pkg/diagnostic",
"pkg/expect",
"pkg/_fe_analyzer_shared",
"pkg/front_end",
"pkg/frontend_server",
"pkg/js",
"pkg/js_ast",
"pkg/_js_interop_checks",
"pkg/js_runtime",
"pkg/kernel",
"pkg/language_versioning_2.7_test",
"pkg/meta",
"pkg/modular_test",
"pkg/native_stack_traces",
"pkg/nnbd_migration",
"pkg/scrape",
"pkg/smith",
"pkg/sourcemap_testing",
"pkg/status_file",
"pkg/telemetry",
"pkg/2020 testing",
"pkg/test_runner",
"pkg/vm",
"pkg/vm_service",
"pkg/vm_snapshot_analysis",
"pkg/wasm",
"out",
"runtime",
"samples-dev/swarm",
"sdk/lib",
"tests/co19",
"tests/co19_2",
"tests/corelib",
"tests/corelib_2",
"tests/web",
"tests/web_2",
"tests/dartdevc",
"tests/dartdevc_2",
"tests/ffi",
"tests/ffi_2",
"tests/language",
"tests/language_2",
"tests/lib",
"tests/lib_2",
"tests/modular",
"tests/standalone",
"tests/standalone_2",
"third_party/devtools",
"third_party/observatory_pub_packages",
"third_party/pkg",
"third_party/pkg_tested/dart_style",
"third_party/tcmalloc",
"tools/apps/update_homebrew",
"tools/dart2js",
"tools/dom",
"tools/sdks/dart-sdk/lib",
"tools/status_clean.dart",
"xcodebuild",
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment