I have this path in my react gulpfile:
var path = { HTML: \'src/index.html\', ALL: [\'src/js/*.js\', \'src
** matches any character including a forward-slash / * matches any character except a forward-slash (to match just the file or directory name)
**
/
*