mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
Add .markdownlint.yaml for mdlint settings and add ignores (build outputs and external dependencies). Signed-off-by: Sherry Fan <sherryfan@microsoft.com>
6 lines
122 B
Text
6 lines
122 B
Text
# Ignore build directory
|
|
/Build/
|
|
|
|
# Ignore external dependencies
|
|
*_extdep/
|
|
UnitTestFrameworkPkg/Library/SubhookLib/
|