Remove .vs_code and add to gitignore

This commit is contained in:
MagicalCodeMonkey 2020-04-25 16:45:21 -04:00
parent 29131880d9
commit ca7a6d00b9
2 changed files with 1 additions and 15 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@ selenium-debug.log
ptinvites.json
db.sqlite
.tmp
.vs_code

15
.vscode/settings.json vendored
View File

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