From 6e78a06b3f0e5524354bfcdf192a13eb819e96aa Mon Sep 17 00:00:00 2001 From: ravi0131 Date: Thu, 17 Oct 2024 13:14:29 +0200 Subject: [PATCH] chore: update .gitignore --- payment-channel-ckb/.gitignore | 2 +- payment-channel-ckb/.vscode/launch.json | 17 ----------------- 2 files changed, 1 insertion(+), 18 deletions(-) delete mode 100644 payment-channel-ckb/.vscode/launch.json diff --git a/payment-channel-ckb/.gitignore b/payment-channel-ckb/.gitignore index 4f08510..336fc31 100644 --- a/payment-channel-ckb/.gitignore +++ b/payment-channel-ckb/.gitignore @@ -25,4 +25,4 @@ devnet/ckb-miner.toml devnet/ckb.toml devnet/default.db-options devnet/system_scripts -.vscode +.vscode/ diff --git a/payment-channel-ckb/.vscode/launch.json b/payment-channel-ckb/.vscode/launch.json deleted file mode 100644 index 2a17be5..0000000 --- a/payment-channel-ckb/.vscode/launch.json +++ /dev/null @@ -1,17 +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": "${fileDirname}" - } - - ] -} \ No newline at end of file