X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=build-config.js;h=16fe6075f58823b13b5989b51caa1db327bb9965;hp=6c22e8b4432ffef2d971cecd37936819741fde16;hb=HEAD;hpb=d3fb48f109f679b7874f1224df6268780e27b4cf diff --git a/build-config.js b/build-config.js index 6c22e8b..16fe607 100644 --- a/build-config.js +++ b/build-config.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ @@ -29,15 +29,21 @@ var CKBUILDER_CONFIG = { preset: 'full', ignore: [ '.bender', - '.DS_Store', - '.gitignore', - '.gitattributes', - '.idea', - '.mailmap', 'bender.js', 'bender-err.log', 'bender-out.log', 'dev', + '.DS_Store', + '.editorconfig', + '.gitattributes', + '.gitignore', + 'gruntfile.js', + '.idea', + '.jscsrc', + '.jshintignore', + '.jshintrc', + 'less', + '.mailmap', 'node_modules', 'package.json', 'README.md',