From e13479c1909782fde4a5b96e3b1efab380a719a6 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Fri, 21 Oct 2022 00:25:14 +0200 Subject: [PATCH] Add readme --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) 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 ```