Jelajahi Sumber

Housekeeping

bryan 4 bulan lalu
induk
melakukan
0dc3dc0d72
5 mengubah file dengan 3 tambahan dan 60 penghapusan
  1. 3 1
      .gitignore
  2. 0 19
      .vscode/launch.json
  3. 0 10
      .vscode/settings.json
  4. 0 13
      .vscode/tasks.json
  5. 0 17
      openwrtbuilder.code-workspace

+ 3 - 1
.gitignore

@@ -1,3 +1,5 @@
 src/
 bin/
-.dependencies
+.dependencies
+.dependencies_sc
+.dependencies_ib

+ 0 - 19
.vscode/launch.json

@@ -1,19 +0,0 @@
-{
-    // Use IntelliSense to learn about possible attributes.
-    // Hover to view descriptions of existing attributes.
-    // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
-    "version": "0.2.0",
-    "configurations": [
-        {
-            "type": "bashdb",
-            "request": "launch",
-            "terminalKind": "integrated",
-            "name": "Bash-Debug (simplest configuration)",
-            "program": "${file}",
-            "args": [
-                "-d", 
-                "-p", "r4s"
-            ]
-        }
-    ]
-}

+ 0 - 10
.vscode/settings.json

@@ -1,10 +0,0 @@
-{
-    "window.title": "openwrtbuilder",
-    "cSpell.words": [
-        "infile",
-        "isfile",
-        "openwrt",
-        "regen",
-        "sysbackup"
-    ]
-}

+ 0 - 13
.vscode/tasks.json

@@ -1,13 +0,0 @@
-{
-    // See https://go.microsoft.com/fwlink/?LinkId=733558
-    // for the documentation about the tasks.json format
-    "version": "2.0.0",
-    "tasks": [
-        {
-            "label": "Build RPi4 snapshot in toolbox",
-            "type": "shell",
-            "command": "toolbox run ${file} -p r4s -d",
-            "problemMatcher": []
-        }
-    ]
-}

+ 0 - 17
openwrtbuilder.code-workspace

@@ -1,17 +0,0 @@
-{
-	"folders": [
-		{
-			"path": "."
-		}
-	],
-	"settings": {
-		"window.title": "openwrtbuilder",
-		"cSpell.words": [
-			"openwrtbuilder",
-			"padx"
-		],
-		"cSpell.ignoreWords": [
-			"openwrtbuilder"
-		]
-	}
-}