diff --git a/.gitignore b/.gitignore index 21728725b2f00..18dfb23662d25 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,8 @@ docs/downloads/*.zip docs/vendor/bundle examples/shared/*.js examples/**/bundle.js +fixtures/dom/public/react-dom.js +fixtures/dom/public/react.js test/the-files-to-test.generated.js *.log* chrome-user-data diff --git a/fixtures/dom/public/react-dom.js b/fixtures/dom/public/react-dom.js deleted file mode 100644 index 6d39217ed285a..0000000000000 --- a/fixtures/dom/public/react-dom.js +++ /dev/null @@ -1,18938 +0,0 @@ - /** - * ReactDOM v16.0.0-alpha - */ - -;(function(f) { - // CommonJS - if (typeof exports === "object" && typeof module !== "undefined") { - module.exports = f(require('react')); - - // RequireJS - } else if (typeof define === "function" && define.amd) { - define(['react'], f); - - //