address reviews

Signed-off-by: kim5566 <28945404+kim5566@users.noreply.github.com>
This commit is contained in:
kim5566
2022-02-17 20:05:35 +11:00
parent 252fed10e3
commit 107dc001c3
4 changed files with 22 additions and 26 deletions
+1 -8
View File
@@ -2,11 +2,4 @@
'@backstage/plugin-todo-backend': patch
---
Add support to exclude certain folders in `todo` plugin.
To add excluded folders, edit `app-config.yaml` as follow:
```
todo:
excludeFolders: ['vendor/']
```
Add support to exclude vendor folder in `todo` plugin.