Skip to content

Commit

Permalink
Don't hide .so,.dylib files by default (#1457)
Browse files Browse the repository at this point in the history
Co-authored-by: Min RK <[email protected]>
Co-authored-by: Michał Krassowski <[email protected]>
  • Loading branch information
3 people authored Feb 11, 2025
1 parent edb2f1b commit 5ef77a3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions jupyter_server/services/contents/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,6 @@ def _notary_default(self):
"*.pyc",
"*.pyo",
".DS_Store",
"*.so",
"*.dylib",
"*~",
],
config=True,
Expand Down

0 comments on commit 5ef77a3

Please sign in to comment.