diff --git a/Gruntfile.js b/Gruntfile.js index f77f597646..a44190fb93 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -138,6 +138,7 @@ module.exports = function ( grunt ) { '**/*.{js,json,less,css,txt}', '!package-lock.json', '!build/typos.json', + '!i18n/**', '!lib/**', '!{docs,node_modules,vendor}/**', '!.git/**'