mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
* Fix warning deduplication by eval-ing React * Move checkbox to the left * Fix alphabetical sort * Fix the pooling logic * Avoid false positive warning due to controlled/uncontrolled switch * Naming: 15 => Stable, 16 => Next * Prettier * Add "Save" button
25 lines
395 B
Plaintext
25 lines
395 B
Plaintext
# See https://help.github.com/ignore-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# production
|
|
/build
|
|
/public/react.development.js
|
|
/public/react-dom.development.js
|
|
/public/react-dom-server.browser.development.js
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|