🔧 Improve exclude paths
This commit is contained in:
+4
-1
@@ -76,7 +76,10 @@ class App
|
||||
'**/.DS_Store',
|
||||
'node_modules/**',
|
||||
'vendor/**',
|
||||
'.git'
|
||||
'.git',
|
||||
'.vscode',
|
||||
'.env',
|
||||
'.log'
|
||||
],
|
||||
type: 'array'
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user