Skip to content

Commit f6c3762

Browse files
authoredOct 27, 2020
Merge pull request #224 from ciffelia/patch-20200611
2 parents 0da59f6 + a3e0156 commit f6c3762

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
 

‎README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ projects `package.json` file.
130130

131131
### Ignoring Files
132132

133-
The paths `node_modules/**`, `*.min.js`, `bundle.js`, `coverage/**`, hidden files/folders
133+
The paths `node_modules/**`, `*.min.js`, `coverage/**`, hidden files/folders
134134
(beginning with `.`), and all patterns in a project's root `.gitignore` file are
135135
automatically ignored.
136136

@@ -153,7 +153,6 @@ Some files are ignored by default:
153153
```js
154154
var DEFAULT_IGNORE = [
155155
'**/*.min.js',
156-
'**/bundle.js',
157156
'coverage/**',
158157
'node_modules/**',
159158
'vendor/**'

‎bin/cmd.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Usage:
5353
If FILES is omitted, all JavaScript source files (*.js, *.jsx, *.mjs, *.cjs)
5454
in the current working directory are checked, recursively.
5555
56-
Certain paths (node_modules/, coverage/, vendor/, *.min.js, bundle.js, and
56+
Certain paths (node_modules/, coverage/, vendor/, *.min.js, and
5757
files/folders that begin with '.' like .git/) are automatically ignored.
5858
5959
Paths in a project's root .gitignore file are also automatically ignored.

0 commit comments

Comments
 (0)
Please sign in to comment.