notebook/.eslintignore
2020-12-04 15:15:41 +02:00

23 lines
235 B
Plaintext

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/