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', 'History.md',
'LICENSE', 'LICENSE',
'Readme', 'Readme',
'Readme.*', 'Readme.*'
'test',
'tests'
]; ];

Loading…
Cancel
Save