Skip to content

Commit 72c5e8d

Browse files
authored
Don't hide .so files by default
1 parent 74655ce commit 72c5e8d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jupyter_server/services/contents/manager.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ def _notary_default(self):
126126
"*.pyc",
127127
"*.pyo",
128128
".DS_Store",
129-
"*.so",
130129
"*.dylib",
131130
"*~",
132131
],

0 commit comments

Comments
 (0)