deathbeds / jupyterlab-starters

Starter notebooks and directories in JupyterLab
https://jupyterstarters.readthedocs.io
BSD 3-Clause "New" or "Revised" License
36 stars 8 forks source link

Fix ignore patterns #7

Closed bollwyvl closed 4 years ago

bollwyvl commented 4 years ago

References

Apparently can't create any kind of issues right now?

Code changes

Ignore patterns were checking against the full URI, which broke in some (many) settings. This adopts src-relative default patterns, and adds them to the schema as a list.

User-facing changes

Will copy files from more places.

Backwards-incompatible changes

None

Chores