From 5cb13ff1dd8e16da0f251020499998e1416cbf8e Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 18 Aug 2020 18:20:26 -0400 Subject: [PATCH] ignore node cruft in output folder during init --- archivebox/main.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/archivebox/main.py b/archivebox/main.py index b65c6e64..3958405c 100644 --- a/archivebox/main.py +++ b/archivebox/main.py @@ -114,6 +114,8 @@ ALLOWED_IN_OUTPUT_DIR = { 'venv', 'virtualenv', '.virtualenv', + 'node_modules', + 'package-lock.json', ARCHIVE_DIR_NAME, SOURCES_DIR_NAME, LOGS_DIR_NAME,