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

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "bbctrl",
"version": "1.1.1b3",
"version": "1.1.1b4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "bbctrl",
"version": "1.1.1b3",
"version": "1.1.1b4",
"hasInstallScript": true,
"license": "GPL-3.0+",
"devDependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "bbctrl",
"version": "1.1.1b3",
"version": "1.1.1b4",
"homepage": "https://onefinitycnc.com/",
"repository": "https://github.com/OneFinityCNC/onefinity",
"license": "GPL-3.0+",
@@ -28,4 +28,4 @@
"node-fetch": "^2.6.7",
"pug-cli": "^1.0.0-alpha6"
}
}
}

View File

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