YahooArchive / arrow

FE Test framework designed to promote TDD
http://yahoo.github.io/arrow/arrow_intro.html
BSD 3-Clause "New" or "Revised" License
55 stars 59 forks source link

Add docs, code coverage and tests to .npmignore #182

Closed akshayp closed 10 years ago

akshayp commented 10 years ago

@proverma Cleaning up the .npmignore for Arrow. The package that gets installed by users has a bunch of files that are test files/docs. Adding these to npmignore also brings down the size of the package by 4.6MB

coverage
demo
docs
index.js
lcov-report
lcov.info
nodejs
results.xml
tests
tmp
ytestrunner.json
arjansingh commented 10 years ago

:+1: It's also introducing our code coverage metrics because Jenkins is picking them up.