From ca7a6d00b9721d3a4855cac6de899c9b14924c65 Mon Sep 17 00:00:00 2001 From: MagicalCodeMonkey Date: Sat, 25 Apr 2020 16:45:21 -0400 Subject: [PATCH] Remove .vs_code and add to gitignore --- .gitignore | 1 + .vscode/settings.json | 15 --------------- 2 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index 74482621..7da70c84 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ selenium-debug.log ptinvites.json db.sqlite .tmp +.vs_code diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 68f00b33..00000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "workbench.colorCustomizations": { - "activityBar.background": "#fdfbf7", - "activityBar.activeBackground": "#fdfbf7", - "activityBar.activeBorder": "#2db286", - "activityBar.foreground": "#15202b", - "activityBar.inactiveForeground": "#15202b99", - "activityBarBadge.background": "#2db286", - "activityBarBadge.foreground": "#15202b", - "statusBar.background": "#f1e6d0", - "statusBarItem.hoverBackground": "#e5d1a9", - "statusBar.foreground": "#15202b" - }, - "peacock.color": "#f1e6d0" -} \ No newline at end of file