mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Merge pull request #185 from sorich87/unecessary-exclude
Remove unnecessary exclude in ionic.conf.js
This commit is contained in:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user