Added "/media" to the paths to clean
This commit is contained in:
4
package-lock.json
generated
4
package-lock.json
generated
@@ -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": {
|
||||||
|
|||||||
@@ -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+",
|
||||||
|
|||||||
@@ -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]",
|
||||||
|
|||||||
Reference in New Issue
Block a user