From 9aec88552697f09005924c6aace22bfccd9f2b1a Mon Sep 17 00:00:00 2001 From: mbruhin <47482924+mbruhin@users.noreply.github.com> Date: Wed, 14 May 2025 10:53:40 -0600 Subject: [PATCH] add API report Signed-off-by: mbruhin <47482924+mbruhin@users.noreply.github.com> --- plugins/scaffolder-node/report.api.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/scaffolder-node/report.api.md b/plugins/scaffolder-node/report.api.md index f2e8501527..c7cf681d33 100644 --- a/plugins/scaffolder-node/report.api.md +++ b/plugins/scaffolder-node/report.api.md @@ -286,6 +286,9 @@ export function fetchFile(options: { token?: string; }): Promise; +// @public +export function filterGitFiles(path: string): boolean; + // @public (undocumented) export const getRepoSourceDirectory: ( workspacePath: string,