Added "/media" to the paths to clean

This commit is contained in:
David Carley
2022-09-12 04:23:32 +00:00
parent 11ba03fdc5
commit 6a851a5a79
3 changed files with 5 additions and 4 deletions

View File

@@ -50,6 +50,7 @@ const REQUIRED_TOOLS = [
];
const SYSTEM_FILES = [
"/media/*",
"/tmp/*",
"/usr/**/__pycache__",
"/usr/**/*.py[co]",