From 2085542d30e7bb3c1188ea33432479fbde33be59 Mon Sep 17 00:00:00 2001 From: Brandon Dail Date: Fri, 6 Jan 2017 16:27:59 -0600 Subject: [PATCH] Remove fixture react build files from git tracking --- .gitignore | 2 + fixtures/dom/public/react-dom.js | 18938 ----------------------------- fixtures/dom/public/react.js | 3859 ------ 3 files changed, 2 insertions(+), 22797 deletions(-) delete mode 100644 fixtures/dom/public/react-dom.js delete mode 100644 fixtures/dom/public/react.js 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); - - //