Skip to content

Instantly share code, notes, and snippets.

@trabus
Last active December 15, 2015 14:49
Show Gist options
  • Save trabus/5277350 to your computer and use it in GitHub Desktop.
Save trabus/5277350 to your computer and use it in GitHub Desktop.
Matches all files and folders in path 'foo' but excludes folders and subfolders starting with an underscore
copy: {
main: {
files: [
{src: ['foo/**', '!**/_*/**'], dest:'temp/'}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment