From 19408e50b8ec809baa93dc5ae353041703112ac6 Mon Sep 17 00:00:00 2001 From: john Date: Mon, 24 Nov 2025 16:22:53 -0700 Subject: [PATCH] chore: remove and ignore .vscode --- .gitignore | 1 + .vscode/settings.json | 5 ----- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index 2b2c130..813dbec 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ cryptonote.iml mvnw mvnw.cmd +.vscode diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 0ac76ba..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "conventionalCommits.scopes": [ - "*" - ] -} \ No newline at end of file