Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jackypan1989 authored Mar 21, 2018
1 parent 0977d4f commit 95b98f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,13 @@ console.log added files and deleted files

### options.include
a file list you wanna delete
it will delete all files by default
it will delete all files and folders by default
- type: [String]
- default: ['**']
- example: ['trash.js', 'trash/*.js']

// only files not folders use ['**.*']

### options.exclude
a file list you dont wanna delete
- type: [String]
Expand Down

0 comments on commit 95b98f0

Please sign in to comment.