Skip to content

Commit 5ef77a3

Browse files
nokadosminrkkrassowski
authored
Don't hide .so,.dylib files by default (#1457)
Co-authored-by: Min RK <[email protected]> Co-authored-by: Michał Krassowski <[email protected]>
1 parent edb2f1b commit 5ef77a3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

jupyter_server/services/contents/manager.py

-2
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,6 @@ def _notary_default(self):
126126
"*.pyc",
127127
"*.pyo",
128128
".DS_Store",
129-
"*.so",
130-
"*.dylib",
131129
"*~",
132130
],
133131
config=True,

0 commit comments

Comments
 (0)