You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
473 B
36 lines
473 B
.DS_Store
|
|
.vscode
|
|
.eslintcache
|
|
.size-snapshot.json
|
|
.husky
|
|
npm-debug.log*
|
|
yarn-error.log*
|
|
lerna-debug.log
|
|
node_modules
|
|
coverage
|
|
lib
|
|
es
|
|
# production
|
|
dist
|
|
|
|
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
yarn.lock
|
|
package-lock.json
|
|
|
|
# misc
|
|
.DS_Store
|
|
|
|
# umi
|
|
example/node_modules
|
|
example/src/.umi
|
|
example/src/.umi-production
|
|
example/src/.umi-test
|
|
example/.env.local
|
|
|
|
# eslint
|
|
.eslint-error.log
|
|
/.idea/
|
|
/.github/
|
|
/.circleci/
|
|
|