From 5677a92caa00b1e733ea813fd8fcfc8f7e3b23b2 Mon Sep 17 00:00:00 2001 From: Ulrich Sossou Date: Sat, 23 Nov 2013 09:26:01 +0100 Subject: [PATCH] Remove unnecessary exclude in ionic.conf.js --- ionic.conf.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ionic.conf.js b/ionic.conf.js index b751a4d1e6f..0e85e41fcbd 100644 --- a/ionic.conf.js +++ b/ionic.conf.js @@ -28,12 +28,6 @@ module.exports = function(config) { ], - // list of files to exclude - exclude: [ - '**/*.swp' - ], - - // test results reporter to use // possible values: 'dots', 'progress', 'junit', 'growl', 'coverage' reporters: ['progress'],