/* @flow */ "use strict" const alwaysIgnoredGlobs/*: Array*/ = [ "**/node_modules/**", "**/bower_components/**" ] module.exports = alwaysIgnoredGlobs