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