Node version:
node -v
v4.2.6
ShellJS version:
0.7.0
Operating system:
OSX 10.11.5
Description of the bug:
My structure
build
/node_modules
/@folder
/another-folder
When I write cp build/* other/, only @folder copied from node_modules, but another-folder doesn't. It works correctly when I remove @ from the name.
Please note that '@' is default symbol for namespaces in npm.