mirror of
https://github.com/zhigang1992/server-components-demo.git
synced 2026-01-12 09:33:54 +08:00
Co-authored-by: Dan Abramov <dan.abramov@me.com> Co-authored-by: Sebastian Markbåge <sema@fb.com> Co-authored-by: Joseph Savona <josephsavona@users.noreply.github.com> Co-authored-by: Andrew Clark <git@andrewclark.io>
28 lines
262 B
Plaintext
28 lines
262 B
Plaintext
# dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# production
|
|
/build
|
|
/dist
|
|
|
|
# misc
|
|
.DS_Store
|
|
.eslintcache
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
*.html
|
|
*.json
|
|
*.md
|