1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-27 16:20:05 +02:00

ignore node cruft in output folder during init

This commit is contained in:
Nick Sweeting
2020-08-18 18:20:26 -04:00
parent bd1ebf6fe5
commit 5cb13ff1dd

View File

@@ -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,