🔧 Improve exclude paths
This commit is contained in:
+4
-1
@@ -76,7 +76,10 @@ class App
|
|||||||
'**/.DS_Store',
|
'**/.DS_Store',
|
||||||
'node_modules/**',
|
'node_modules/**',
|
||||||
'vendor/**',
|
'vendor/**',
|
||||||
'.git'
|
'.git',
|
||||||
|
'.vscode',
|
||||||
|
'.env',
|
||||||
|
'.log'
|
||||||
],
|
],
|
||||||
type: 'array'
|
type: 'array'
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -76,7 +76,7 @@ Arguments list
|
|||||||
|---|---|
|
|---|---|
|
||||||
|parameter|`--exclude`|
|
|parameter|`--exclude`|
|
||||||
|shortcut|`-e`|
|
|shortcut|`-e`|
|
||||||
|default value|*(string)*`**/.DS_Store,node_modules/**,vendor/**,.git`|
|
|default value|*(string)*`**/.DS_Store,node_modules/**,vendor/**,.git,.vscode,.env,.log`|
|
||||||
|description|List of paths to exclude (comma seperated and wildcards support)|
|
|description|List of paths to exclude (comma seperated and wildcards support)|
|
||||||
|
|
||||||
|||
|
|||
|
||||||
|
|||||||
Reference in New Issue
Block a user