2
0
mirror of https://github.com/jupyter/notebook.git synced 2025-04-12 14:00:27 +08:00
notebook/.prettierignore
Jeremy Tuloup 2e4886f31f
Fix loading of plugins ()
* Explicit load plugins for the settings editor

* Move logic to the tree extension

* Move logic to a separate plugin

* Read extensions in webpack config

* Rearrange package.json

* read mime extensions

* Template plugins per page

* Cleanup

* Load allPlugins for the settings editor

* Expand on the comment

* Expand on comment

* Fix lint
2023-02-27 10:32:34 +01:00

12 lines
143 B
Plaintext

node_modules
.mypy_cache
.ruff_cache
**/node_modules
**/lib
**/package.json
**/static
**/labextension
build
CHANGELOG.md
app/index.template.js