Standardize SQL CARBON EDIT tag (#14465)

This commit is contained in:
Charles Gagnon
2021-02-26 10:34:32 -08:00
committed by GitHub
parent a378a52b33
commit b304fadfde
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ const all = [
'test/**/*',
'!test/**/out/**',
'!**/node_modules/**',
'!build/actions/**/*.js', // {{ SQL CARBON EDIT }}
'!build/actions/**/*.js', // {{SQL CARBON EDIT}}
'!build/**/*' // {{SQL CARBON EDIT}}
];
module.exports.all = all;