mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-01-07 11:25:49 +10:00
ignore node cruft in output folder during init
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user