diff --git a/src/lib/utils.ts b/src/lib/utils.ts index 99d8784e8..c5e13d6e0 100644 --- a/src/lib/utils.ts +++ b/src/lib/utils.ts @@ -234,7 +234,7 @@ export const setLocalConfig = async (localConfig: Record, actDi writeFileSync(fullPath, JSON.stringify(localConfig, null, '\t')); }; -const GITIGNORE_REQUIRED_CONTENTS = [getLocalStorageDir(), 'node_modules', '.venv']; +const GITIGNORE_REQUIRED_CONTENTS = [getLocalStorageDir(), 'node_modules']; export const setLocalEnv = async (actDir: string) => { // Create folders for emulation Apify stores