From 4b2108295946daba68474bb80770d664d80d2b97 Mon Sep 17 00:00:00 2001 From: serversdwn Date: Wed, 17 Dec 2025 01:47:19 -0500 Subject: [PATCH] ignore --- .gitignore | 1 + .vscode/settings.json | 8 +------- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 87ae84a..cb39a91 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ __pycache__/ *.pyc *.log /.vscode/ +.vscode/ # ============================= # 🔐 Environment files (NEVER commit secrets!) # ============================= diff --git a/.vscode/settings.json b/.vscode/settings.json index 387f816..9e26dfe 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,7 +1 @@ -{ - "workbench.colorCustomizations": { - "activityBar.background": "#16340C", - "titleBar.activeBackground": "#1F4911", - "titleBar.activeForeground": "#F6FDF4" - } -} \ No newline at end of file +{} \ No newline at end of file