Created
May 9, 2025 20:21
-
-
Save shanerbaner82/95d98112b8182c33906992a7ca2b301d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $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