mirror of
https://github.com/dotnet/skills.git
synced 2026-09-20 09:49:54 +08:00
12 lines
301 B
JSON
12 lines
301 B
JSON
|
|
{
|
||
|
|
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
|
||
|
|
"version": "0.2",
|
||
|
|
"pathFilters": [
|
||
|
|
".",
|
||
|
|
":!plugin.json",
|
||
|
|
":!.codex-plugin/plugin.json",
|
||
|
|
":!.claude-plugin/plugin.json",
|
||
|
|
":!version.json"
|
||
|
|
]
|
||
|
|
}
|