diff --git a/README.md b/README.md index 7232611..36e275a 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,15 @@ to .gitignore, this is by default also run in interactive mode, giving you the option to confirm or deny ```bash -$ git ignore 'node_modules/' +found .gitignore .../some-path/.gitignore +found .gitignore Added node_modules/ to .gitignore -Searching env for pattern... - -found: -/client/node_modules -? Remove from git state? (Y)es/(N)o/(C)ontinue/(A)bort +Removed node_modules/ from git index +``` + +```bash +$ git ignore 'node_modules/' +found .gitignore .../some-path/.gitignore +Added node_modules/ to .gitignore +Removed node_modules/ from git index ```