Skip to content

Commit 2dd76d2

Browse files
committed
Remove **/bower_components/** as a default ignore pattern
Since Bower is no longer relevant.
1 parent 9f781ce commit 2dd76d2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gitignore.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ const slash = require('slash');
88

99
const DEFAULT_IGNORE = [
1010
'**/node_modules/**',
11-
'**/bower_components/**',
1211
'**/flow-typed/**',
1312
'**/coverage/**',
1413
'**/.git'

0 commit comments

Comments
 (0)