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
|
||||
|
||||
```bash
|
||||
$ git ignore 'node_modules/'
|
||||
found .gitignore .../some-path/.gitignore
|
||||
found .gitignore
|
||||
Added node_modules/ to .gitignore
|
||||
Searching env for pattern...
|
||||
|
||||
found:
|
||||
<gitroot>/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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user