react-chart-js/.npmignore
2021-11-11 16:18:18 +07:00

25 lines
290 B
Plaintext

# Ignore Node Module
**/node_modules
# Editor
.idea
.vscode
# Lock File
yarn.lock
package.lock.json
examples
test
jest.config.js
yarn-error.log
.eslintrc.js
.prettierrc.js
.stylelintrc.js
.babelrc
.eslintignore
.prettierignore
.stylelintignore
.gitignore
.gitattributes
.editorconfig
.env