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 has been archived by the owner on Jun 19, 2019. It is now read-only.
There's an npm repo I'm trying to copy recursively. I'm trying not to copy hidden unix files like .git and .gitignore and I also want to exclude a build and cache directory. For some reason I can't get any of these options to work.
There's an
npm
repo I'm trying to copy recursively. I'm trying not to copy hidden unix files like.git
and.gitignore
and I also want to exclude abuild
andcache
directory. For some reason I can't get any of these options to work.This still includes hidden files
As for exclude I've tried
and
these exclude options seam to do nothing.
Thoughts?
The text was updated successfully, but these errors were encountered: