mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-25 13:30:27 +08:00
* Add pixi based devcontainer * Update devcontainer.json * update pixi deps * fixes * tweaks * add start task * lint * Mention codespaces in the contributing guide * add install command * tweaks * fix * fix * update contributing
24 lines
248 B
Plaintext
24 lines
248 B
Plaintext
node_modules
|
|
**/build
|
|
**/lib
|
|
**/node_modules
|
|
**/mock_packages
|
|
**/static
|
|
**/typings
|
|
**/schemas
|
|
**/themes
|
|
coverage
|
|
*.map.js
|
|
*.bundle.js
|
|
app/index.template.js
|
|
|
|
# jetbrains IDE stuff
|
|
.idea/
|
|
|
|
# ms IDE stuff
|
|
.history/
|
|
.vscode/
|
|
|
|
# Pixi environments
|
|
.pixi
|