This commit is contained in:
wyh 2023-11-22 13:28:13 +08:00
parent 99f5f249a7
commit 10bfb15d9c
2 changed files with 3 additions and 16 deletions

15
.vscode/launch.json vendored
View File

@ -1,15 +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": [
{
"name": "Launch Package",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "D:/project/hikvision-sdk"
}
]
}

4
isc/.gitignore vendored
View File

@ -1 +1,3 @@
go.sum
go.sum
.vscode