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
Due to this longstanding minimatch bug, the ignore option will never filter out files containing a directory starting with a dot anywhere in their path, nor files starting with a dot.
E.g. /home/bob/.jenkins/jobs/HellowWorld/workspace/snafu.js
The text was updated successfully, but these errors were encountered:
Due to this longstanding
minimatch
bug, theignore
option will never filter out files containing a directory starting with a dot anywhere in their path, nor files starting with a dot.E.g.
/home/bob/.jenkins/jobs/HellowWorld/workspace/snafu.js
The text was updated successfully, but these errors were encountered: