2018-04-21 04:34:02 +08:00
|
|
|
# dependencies
|
|
|
|
/node_modules
|
|
|
|
|
|
|
|
# testing
|
2021-03-07 15:52:17 +08:00
|
|
|
/tests
|
2018-04-21 04:34:02 +08:00
|
|
|
/coverage
|
|
|
|
|
2018-10-25 06:18:24 +08:00
|
|
|
# docs
|
|
|
|
/docs
|
|
|
|
|
2018-04-21 04:34:02 +08:00
|
|
|
# misc
|
|
|
|
.DS_Store
|
|
|
|
.env.local
|
|
|
|
.env.development.local
|
|
|
|
.env.test.local
|
|
|
|
.env.production.local
|
2021-03-07 15:52:17 +08:00
|
|
|
/.github
|
|
|
|
/demo
|
|
|
|
.esdoc.json
|
2018-04-21 04:34:02 +08:00
|
|
|
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
|
|
|
|
|
|
|
# Development folders and files
|
|
|
|
public
|
|
|
|
src
|
|
|
|
scripts
|
|
|
|
config
|
|
|
|
.travis.yml
|
|
|
|
CHANGELOG.md
|
|
|
|
README.md
|
2020-02-07 12:43:33 +08:00
|
|
|
.eslintignore
|
2021-03-07 15:52:17 +08:00
|
|
|
.eslintrc.json
|
|
|
|
webpack.config.js
|
|
|
|
babel.config.js
|