Remove .vscode folder from tracking

This commit is contained in:
B4sicallyF0x 2025-06-18 16:07:13 +02:00
parent 2832b95a75
commit 7930c56610
3 changed files with 4 additions and 37 deletions

5
.gitignore vendored
View File

@ -40,4 +40,7 @@
/**/**/corenode.log /**/**/corenode.log
# Temporal configurations # Temporal configurations
/**/**/.aliaser /**/**/.aliaser
# .vscode folder
.vscode/

14
.vscode/launch.json vendored
View File

@ -1,14 +0,0 @@
{
"configurations": [
{
"name": "[Node] Run file",
"internalConsoleOptions": "openOnSessionStart",
"program": "${file}",
"request": "launch",
"skipFiles": [
"<node_internals>/**"
],
"type": "node"
},
]
}

22
.vscode/settings.json vendored
View File

@ -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"
}
}