diff --git a/README.md b/README.md
index 6737fcd..07e18e0 100644
--- a/README.md
+++ b/README.md
@@ -117,11 +117,12 @@ Support this project with a :star:
-| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
-|-----------------|--------|----------|---------|------------------------------------------------------------|
-| files | string | false | | File/Directory names to check for
uncommited changes. |
-| files-separator | string | false | `"\n"` | Separator used to split the
`files` input |
-| separator | string | false | `" "` | Output string separator. |
+| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
+|-----------------------|--------|----------|----------|------------------------------------------------------------|
+| files | string | false | | File/Directory names to check for
uncommited changes. |
+| files-separator | string | false | `"\n"` | Separator used to split the
`files` input |
+| match-gitignore-files | string | true | `"true"` | Indicates whether to match files
in `.gitignore` |
+| separator | string | false | `" "` | Output string separator. |