mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
336729856a
* Nesting Fixture * Add README to nesting fixture * Apply suggestions from code review Co-authored-by: Ricky <rickhanlonii@gmail.com> * Fixes * Add Redux * Use different versions * Use Consumer API * Rename helper * Write docs * Update README.md * Update README.md Co-authored-by: Rick Hanlon <rickhanlonii@gmail.com>
28 lines
362 B
Plaintext
28 lines
362 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# copies of shared
|
|
src/*/shared
|
|
src/*/node_modules
|