From 181b4bbb29602abe04346b59221b5685266ede36 Mon Sep 17 00:00:00 2001 From: Alex Pott <alex.a.pott@googlemail.com> Date: Mon, 7 Mar 2016 14:49:19 +0000 Subject: [PATCH] Issue #2680737 by thpoul: Remove unrelated CKEditor repository structure files from build-config.js --- core/assets/vendor/ckeditor/build-config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/assets/vendor/ckeditor/build-config.js b/core/assets/vendor/ckeditor/build-config.js index c3431c173a6f..c4eda91da824 100644 --- a/core/assets/vendor/ckeditor/build-config.js +++ b/core/assets/vendor/ckeditor/build-config.js @@ -40,6 +40,8 @@ var CKBUILDER_CONFIG = { 'bender-err.log', 'bender-out.log', 'node_modules', + '.jscsrc', + '.jshintrc', // Parts of CKEditor that we consciously don't ship with Drupal. 'adapters', 'config.js', -- GitLab