We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eed159c commit 529a10bCopy full SHA for 529a10b
1 file changed
core/lib/data_loader.js
@@ -13,7 +13,7 @@ const glob = require('glob'),
13
* @returns {*}
14
*/
15
function loadFile(dataFilesPath, fsDep) {
16
- const dataFilesFullPath = dataFilesPath + '*.{json,yml,yaml}';
+ const dataFilesFullPath = dataFilesPath + '{.,[!-]*.}{json,yml,yaml}';
17
18
if (dataFilesPath) {
19
const dataFiles = glob.sync(dataFilesFullPath),
0 commit comments