notebook/.eslintignore

23 lines
235 B
Plaintext
Raw Normal View History

2020-12-04 21:15:41 +08:00
lint-staged.config.js
.eslintrc.js
node_modules
**/build
**/lib
**/node_modules
**/mock_packages
**/static
**/typings
**/schemas
**/themes
coverage
*.map.js
*.bundle.js
# jetbrains IDE stuff
.idea/
# ms IDE stuff
.history/
.vscode/