Housekeeping
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,3 +1,5 @@
|
|||||||
src/
|
src/
|
||||||
bin/
|
bin/
|
||||||
.dependencies
|
.dependencies
|
||||||
|
.dependencies_sc
|
||||||
|
.dependencies_ib
|
||||||
|
|||||||
19
.vscode/launch.json
vendored
19
.vscode/launch.json
vendored
@@ -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
10
.vscode/settings.json
vendored
@@ -1,10 +0,0 @@
|
|||||||
{
|
|
||||||
"window.title": "openwrtbuilder",
|
|
||||||
"cSpell.words": [
|
|
||||||
"infile",
|
|
||||||
"isfile",
|
|
||||||
"openwrt",
|
|
||||||
"regen",
|
|
||||||
"sysbackup"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
13
.vscode/tasks.json
vendored
13
.vscode/tasks.json
vendored
@@ -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": []
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,17 +0,0 @@
|
|||||||
{
|
|
||||||
"folders": [
|
|
||||||
{
|
|
||||||
"path": "."
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"settings": {
|
|
||||||
"window.title": "openwrtbuilder",
|
|
||||||
"cSpell.words": [
|
|
||||||
"openwrtbuilder",
|
|
||||||
"padx"
|
|
||||||
],
|
|
||||||
"cSpell.ignoreWords": [
|
|
||||||
"openwrtbuilder"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user