26 lines
576 B
INI
26 lines
576 B
INI
{
|
|
"licenses": [
|
|
"Apache-2.0",
|
|
"Apache-2.0-Header"
|
|
],
|
|
"paths": [
|
|
{
|
|
"exclude": [
|
|
".clang-format",
|
|
".gitignore",
|
|
".gitmodules",
|
|
".vscode/*.json",
|
|
"**.md",
|
|
"AUTHORS",
|
|
"LICENSE",
|
|
"go.mod",
|
|
"build/**",
|
|
"docs/imgs/*.svg",
|
|
"kokoro/**.cfg",
|
|
"third_party/benchmark/**",
|
|
"third_party/googletest/**"
|
|
]
|
|
}
|
|
]
|
|
}
|