Skip to content

Commit

Permalink
add universal app exclusions for native modules
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcphers committed Oct 8, 2024
1 parent 74b65c2 commit fb7f93d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/darwin/create-universal-app.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions build/darwin/create-universal-app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ const stashPatterns = [
'**/pydevd/**', // Cython pre-built binaries for Python debugging
// Exclusions from R language pack (positron-r)
'**/ark', // Compiled R kernel and LSP
// Exclusions from Kallichore Jupyter supervisor
'**/kerberos.node', // Native module for Kerberos authentication
'**/kcserver', // Compiled Jupyter supervisor
// Exclusions from Quarto
'**/quarto/bin/tools/**',
];
Expand Down

0 comments on commit fb7f93d

Please sign in to comment.