diff --git a/README.md b/README.md
index d68554e4..eb85ce83 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
|
-
+
|
diff --git a/action.yml b/action.yml
index 7026ff9b..75893b52 100644
--- a/action.yml
+++ b/action.yml
@@ -1226,6 +1226,10 @@ inputs:
description: Display limit (skills)
default:
+ plugin_leetcode_ignored_skills:
+ description: Ignored skills
+ default:
+
plugin_leetcode_limit_recent:
description: Display limit (recent)
default:
diff --git a/source/plugins/leetcode/README.md b/source/plugins/leetcode/README.md
index 9f235697..5d231b41 100644
--- a/source/plugins/leetcode/README.md
+++ b/source/plugins/leetcode/README.md
@@ -83,6 +83,17 @@ All product and company names are trademarks™ or registered® trademarks of th
zero behaviour: disable
default: 10
+
+
+ plugin_leetcode_ignored_skills
|
+ Ignored skills
+It is possible to ignore entires categories by passing fundamental, intermediate or advanced
+![]() |
+
+
+ ✨ On master/main
+type: array
+
|
plugin_leetcode_limit_recent
|