Add readme

This commit is contained in:
Kasper Juul Hermansen 2022-10-21 00:25:14 +02:00
parent 09cd5a7e31
commit e13479c190
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

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