1
0
Fork 0
mirror of synced 2024-06-05 20:14:45 +12: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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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