Add readme
This commit is contained in:
parent
09cd5a7e31
commit
e13479c190
16
README.md
16
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
|
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
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user