Browse Source

remove `test` and `tests` from ignored files

master
Guillermo Rauch 9 years ago
parent
commit
dd5516e1ed
  1. 4
      lib/ignored.js

4
lib/ignored.js

@ -21,7 +21,5 @@ export default [
'History.md',
'LICENSE',
'Readme',
'Readme.*',
'test',
'tests'
'Readme.*'
];

Loading…
Cancel
Save