microsoft/hve-core

Public

mirrored fromhttps://github.com/microsoft/hve-coreAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
9f97522557d7ebc0f42f2472fac33f0d87af6ebd

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

.markdownlint-cli2.jsonc

8lines · modecode

1{
2 "ignores": [
3 "**/node_modules/**",
4 "**/packages/**",
5 ".copilot-tracking/**",
6 "venv/**"
7 ]
8}
9