1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-23 14:44:21 +02:00

ignore lost+found dir in data folder

This commit is contained in:
Nick Sweeting
2020-11-27 19:39:19 -05:00
committed by GitHub
parent 38b2dec12e
commit d9ef3d0bf8

View File

@@ -111,6 +111,7 @@ from .logging_util import (
ALLOWED_IN_OUTPUT_DIR = {
'lost+found',
'.DS_Store',
'.venv',
'venv',