added .venv to ignore list of flattener
This commit is contained in:
parent
fe86675c5f
commit
e91bca0177
|
|
@ -45,6 +45,7 @@ async function discoverFiles(rootDir) {
|
||||||
'.env.*',
|
'.env.*',
|
||||||
'*.env',
|
'*.env',
|
||||||
'.config',
|
'.config',
|
||||||
|
'.venv',
|
||||||
|
|
||||||
// Logs
|
// Logs
|
||||||
'logs/**',
|
'logs/**',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue