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',
|
||||
'.config',
|
||||
'.venv',
|
||||
|
||||
// Logs
|
||||
'logs/**',
|
||||
|
|
|
|||
Loading…
Reference in New Issue