From 7930c56610eabeaa7502b5eb1de8393b695463c7 Mon Sep 17 00:00:00 2001 From: B4sicallyF0x Date: Wed, 18 Jun 2025 16:07:13 +0200 Subject: [PATCH] Remove .vscode folder from tracking --- .gitignore | 5 ++++- .vscode/launch.json | 14 -------------- .vscode/settings.json | 22 ---------------------- 3 files changed, 4 insertions(+), 37 deletions(-) delete mode 100755 .vscode/launch.json delete mode 100755 .vscode/settings.json diff --git a/.gitignore b/.gitignore index 838f616e..fc00a838 100755 --- a/.gitignore +++ b/.gitignore @@ -40,4 +40,7 @@ /**/**/corenode.log # Temporal configurations -/**/**/.aliaser \ No newline at end of file +/**/**/.aliaser + +# .vscode folder +.vscode/ \ No newline at end of file diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100755 index bc2270a0..00000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "configurations": [ - { - "name": "[Node] Run file", - "internalConsoleOptions": "openOnSessionStart", - "program": "${file}", - "request": "launch", - "skipFiles": [ - "/**" - ], - "type": "node" - }, - ] -} diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100755 index 065b685c..00000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "peacock.remoteColor": "#ff6064", - "workbench.colorCustomizations": { - "activityBar.activeBackground": "#ff9396", - "activityBar.background": "#ff9396", - "activityBar.foreground": "#15202b", - "activityBar.inactiveForeground": "#15202b99", - "activityBarBadge.background": "#048000", - "activityBarBadge.foreground": "#e7e7e7", - "commandCenter.border": "#15202b99", - "sash.hoverBorder": "#ff9396", - "statusBar.background": "#ff6064", - "statusBar.foreground": "#15202b", - "statusBarItem.hoverBackground": "#ff2d32", - "statusBarItem.remoteBackground": "#ff6064", - "statusBarItem.remoteForeground": "#15202b", - "titleBar.activeBackground": "#ff6064", - "titleBar.activeForeground": "#15202b", - "titleBar.inactiveBackground": "#ff606499", - "titleBar.inactiveForeground": "#15202b99" - } -} \ No newline at end of file