diff --git a/src/data/items.json b/src/data/items.json index e8b7467..d91c1b9 100644 --- a/src/data/items.json +++ b/src/data/items.json @@ -375,6 +375,9 @@ "issue_template", "pull_request_template" ], + "funding": [ + "funding.yml" + ], "ignore": [ { "names": [ @@ -512,6 +515,10 @@ "iconColor": "@blue", "iconName": "text-size" }, + "funding": { + "iconColor": "@violet", + "iconName": "credit-card" + }, "headers": { "iconColor": "@yellow", "iconName": "file-code"