Skip to content

Commit e6eb300

Browse files
Fix ignored file list to include JSON based config files
1 parent f632074 commit e6eb300

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ignore.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
const ignoredFiles = [
22
".all-contributorsrc",
3-
".babelrc.js",
43
".eslintignore",
54
".eslintrc.js",
65
".gitignore",
76
".npmignore",
87
".prettierignore",
98
".prettierrc",
109
"addExtensions.js",
10+
"babel.config.json",
1111
"compile.js",
1212
"document.js",
1313
"ignore.js",
@@ -19,7 +19,7 @@ const ignoredFiles = [
1919
"index.ts",
2020
"index.umd.js",
2121
"indexReadme.js",
22-
"jest.config.js",
22+
"jest.config.json",
2323
"LICENSE",
2424
"mappings.js",
2525
"normalizeLineEndings.js",

0 commit comments

Comments
 (0)