MDL-39092 JavaScript: Ignore all upstream YUI coverage JS

This commit is contained in:
Andrew Nicols 2013-04-14 17:33:32 +01:00
parent 731f29702c
commit 8600a05228
2 changed files with 5 additions and 3 deletions

1
.gitignore vendored
View File

@ -32,3 +32,4 @@ composer.lock
/vendor/
/behat.yml
*/yui/build/*/*-coverage.js
/lib/yuilib/*/build/*/*-coverage.js

View File

@ -1,12 +1,13 @@
Description of import of various YAHOO libraries into Moodle:
Description of import of various YUI libraries into Moodle:
1/ YUI2 version 2.9.0:
* copy of 2in3 without older version
* exact version specified in lib/setup.php
2/ YUI3 version 3.9.1:
* full copy of the "build" directory without any changes
* full copy of the "build" directory. Unit test code coverage files are
removed but no other changes are made.
* exact version specified in lib/setup.php
Code downloaded from:
http://developer.yahoo.com/yui
http://yuilibrary.com