25 lines
290 B
Plaintext
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 |