add changeset

Signed-off-by: kim5566 <28945404+kim5566@users.noreply.github.com>
This commit is contained in:
kim5566
2022-02-16 13:10:19 +11:00
parent 0576463f0d
commit be9e010da0
+12
View File
@@ -0,0 +1,12 @@
---
'@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/']
```