Skip to content

Commit

Permalink
Don't hide .so files by default
Browse files Browse the repository at this point in the history
  • Loading branch information
nokados authored Sep 1, 2024
1 parent 74655ce commit 72c5e8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jupyter_server/services/contents/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ def _notary_default(self):
"*.pyc",
"*.pyo",
".DS_Store",
"*.so",
"*.dylib",
"*~",
],
Expand Down

0 comments on commit 72c5e8d

Please sign in to comment.