Skip to content

Commit

Permalink
Remove **/bower_components/** as a default ignore pattern
Browse files Browse the repository at this point in the history
Since Bower is no longer relevant.
  • Loading branch information
sindresorhus committed Jun 14, 2019
1 parent 9f781ce commit 2dd76d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gitignore.js
Expand Up @@ -8,7 +8,6 @@ const slash = require('slash');

const DEFAULT_IGNORE = [
'**/node_modules/**',
'**/bower_components/**',
'**/flow-typed/**',
'**/coverage/**',
'**/.git'
Expand Down

0 comments on commit 2dd76d2

Please sign in to comment.