Housekeeping

This commit is contained in:
2024-10-24 15:57:14 -04:00
parent 6f6d92b659
commit 0dc3dc0d72
5 changed files with 3 additions and 60 deletions

2
.gitignore vendored
View File

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

19
.vscode/launch.json vendored
View File

@@ -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"
]
}
]
}

10
.vscode/settings.json vendored
View File

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

13
.vscode/tasks.json vendored
View File

@@ -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": []
}
]
}

View File

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