🔧 Improve exclude paths

This commit is contained in:
brunosimon
2017-12-26 13:04:44 +01:00
parent f5368e060f
commit 494bd401b9
2 changed files with 5 additions and 2 deletions
+4 -1
View File
@@ -76,7 +76,10 @@ class App
'**/.DS_Store',
'node_modules/**',
'vendor/**',
'.git'
'.git',
'.vscode',
'.env',
'.log'
],
type: 'array'
})