41 lines
432 B
Plaintext
41 lines
432 B
Plaintext
# dependencies
|
|
/node_modules
|
|
|
|
# testing
|
|
/tests
|
|
/coverage
|
|
|
|
# docs
|
|
/docs
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
/.github
|
|
/demo
|
|
.esdoc.json
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Development folders and files
|
|
.github
|
|
demo
|
|
examples
|
|
public
|
|
src
|
|
test
|
|
webpack
|
|
config
|
|
.travis.yml
|
|
README.md
|
|
.eslintignore
|
|
.eslintrc.json
|
|
100%stacked-bar-chart.png
|
|
jest.ocnfig.js
|
|
webpack.config.js
|