You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 25, 2023. It is now read-only.
I have the following configuration ignoreInDest: ["**/scripts/*"]
It works perfectly when I run in OSX. It ignore the folder, and files in inside that folder. However in Windows I get Fatal error: ENOTEMPTY: directory not empty, rmdir error.
So I have to make a small adjust so it understand I wanna ignore the folder as well. ignoreInDest: ["**/scripts", "**/scripts/*"].
I have the following configuration
ignoreInDest: ["**/scripts/*"]It works perfectly when I run in OSX. It ignore the folder, and files in inside that folder. However in Windows I get Fatal error: ENOTEMPTY: directory not empty, rmdir error.
So I have to make a small adjust so it understand I wanna ignore the folder as well.
ignoreInDest: ["**/scripts", "**/scripts/*"].