From 978e177715d23c8c75c088f2522248978b44fb07 Mon Sep 17 00:00:00 2001 From: Rob Walsh Date: Sat, 28 Feb 2026 22:59:54 -0700 Subject: [PATCH] cleanup --- .gitignore | 3 ++- .vscode/settings.json | 23 ----------------------- 2 files changed, 2 insertions(+), 24 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index e49ac7f..a834ce8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # IDE .idea +.vscode # Dependencies /node_modules @@ -55,4 +56,4 @@ next-env.d.ts /test-media /test-data /bookdrop -dockerfile.patch \ No newline at end of file +dockerfile.patch diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index e5cc735..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "workbench.colorCustomizations": { - "activityBar.activeBackground": "#21b789", - "activityBar.background": "#21b789", - "activityBar.foreground": "#15202b", - "activityBar.inactiveForeground": "#15202b99", - "activityBarBadge.background": "#f3e4fa", - "activityBarBadge.foreground": "#15202b", - "commandCenter.border": "#e7e7e799", - "sash.hoverBorder": "#21b789", - "statusBar.background": "#198c69", - "statusBar.foreground": "#e7e7e7", - "statusBarItem.hoverBackground": "#21b789", - "statusBarItem.remoteBackground": "#198c69", - "statusBarItem.remoteForeground": "#e7e7e7", - "tab.activeBorder": "#21b789", - "titleBar.activeBackground": "#198c69", - "titleBar.activeForeground": "#e7e7e7", - "titleBar.inactiveBackground": "#198c6999", - "titleBar.inactiveForeground": "#e7e7e799" - }, - "peacock.color": "#198c69" -}