• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "licenses": [
3        "Apache-2.0",
4        "Apache-2.0-Header"
5    ],
6    "paths": [
7        {
8            "exclude": [
9                ".clang-format",
10                ".gitignore",
11                ".gitmodules",
12                ".vscode/*.json",
13                "**.md",
14                "AUTHORS",
15                "LICENSE",
16                "go.mod",
17                "build/**",
18                "docs/imgs/*.svg",
19                "kokoro/**.cfg",
20                "third_party/benchmark/**",
21                "third_party/googletest/**",
22                "examples/run_webserver",
23                "examples/shell.emscripten.html"
24            ]
25        }
26    ]
27}
28