Skip to content

Instantly share code, notes, and snippets.

@shanerbaner82
Created May 9, 2025 20:21
Show Gist options
  • Select an option

  • Save shanerbaner82/95d98112b8182c33906992a7ca2b301d to your computer and use it in GitHub Desktop.

Select an option

Save shanerbaner82/95d98112b8182c33906992a7ca2b301d to your computer and use it in GitHub Desktop.
$excludedDirs = PHP_OS_FAMILY === 'Darwin'
? array_merge(config('nativephp.cleanup_exclude_files'), ['.git', 'node_modules'])
: array_merge(config('nativephp.cleanup_exclude_files'), ['.git', 'node_modules', 'nativephp', 'vendor/nativephp/mobile/resources']);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment