diff --git a/.gitignore b/.gitignore index 8347bf6..9f7e659 100755 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ src/ bin/ -.dependencies \ No newline at end of file +.dependencies +.dependencies_sc +.dependencies_ib diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 843a87f..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -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" - ] - } - ] -} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100755 index d530ff1..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "window.title": "openwrtbuilder", - "cSpell.words": [ - "infile", - "isfile", - "openwrt", - "regen", - "sysbackup" - ] -} \ No newline at end of file diff --git a/.vscode/tasks.json b/.vscode/tasks.json deleted file mode 100755 index e819ca0..0000000 --- a/.vscode/tasks.json +++ /dev/null @@ -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": [] - } - ] -} \ No newline at end of file diff --git a/openwrtbuilder.code-workspace b/openwrtbuilder.code-workspace deleted file mode 100644 index 3a0afa5..0000000 --- a/openwrtbuilder.code-workspace +++ /dev/null @@ -1,17 +0,0 @@ -{ - "folders": [ - { - "path": "." - } - ], - "settings": { - "window.title": "openwrtbuilder", - "cSpell.words": [ - "openwrtbuilder", - "padx" - ], - "cSpell.ignoreWords": [ - "openwrtbuilder" - ] - } -} \ No newline at end of file