react-chart-js/.npmignore

25 lines
290 B
Plaintext
Raw Normal View History

2020-10-15 08:43:27 +07:00
# Ignore Node Module
**/node_modules
# Editor
.idea
.vscode
# Lock File
yarn.lock
package.lock.json
2021-11-11 16:18:18 +07:00
examples
test
jest.config.js
yarn-error.log
.eslintrc.js
.prettierrc.js
.stylelintrc.js
.babelrc
.eslintignore
.prettierignore
.stylelintignore
.gitignore
.gitattributes
.editorconfig
.env