-
-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ignore .DS_Store file changes on Mac #2473
Conversation
### chokidar#path-filtering https://github.com/paulmillr/chokidar#path-filtering Resolves: NativeScript#2472
Can one of the admins verify this patch? |
Ye nevermind this didn't resolve the issue :X |
Can one of the admins verify this patch? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have tested and can confirm these changes work properly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 after green tests
Can one of the admins verify this patch? |
run CI |
* Ignore .DS_Store file changes on Mac https://github.com/paulmillr/chokidar#path-filtering Resolves: #2472 * Updated to ignored: '**/*.DS_Store'
* Ignore .DS_Store file changes on Mac https://github.com/paulmillr/chokidar#path-filtering Resolves: #2472 * Updated to ignored: '**/*.DS_Store'
chokidar#path-filtering
https://github.com/paulmillr/chokidar#path-filtering
Resolves:
#2472