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", "name": "bbctrl",
"version": "1.1.1b3", "version": "1.1.1b4",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "bbctrl", "name": "bbctrl",
"version": "1.1.1b3", "version": "1.1.1b4",
"hasInstallScript": true, "hasInstallScript": true,
"license": "GPL-3.0+", "license": "GPL-3.0+",
"devDependencies": { "devDependencies": {

View File

@@ -1,6 +1,6 @@
{ {
"name": "bbctrl", "name": "bbctrl",
"version": "1.1.1b3", "version": "1.1.1b4",
"homepage": "https://onefinitycnc.com/", "homepage": "https://onefinitycnc.com/",
"repository": "https://github.com/OneFinityCNC/onefinity", "repository": "https://github.com/OneFinityCNC/onefinity",
"license": "GPL-3.0+", "license": "GPL-3.0+",

View File

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