adjust ignore

Signed-off-by: Lukas Bachschwell <lukas@lbsfilm.at>
This commit is contained in:
Lukas Bachschwell 2023-04-09 21:21:30 +02:00
parent 746c1409ca
commit ed841a9e7d
Signed by: lbsadmin
GPG Key ID: CCC6AA87CC8DF425
2 changed files with 26 additions and 1 deletions

2
.gitignore vendored
View File

@ -2,3 +2,5 @@
HCPBridgeESP32/src/credentials.h
Investigation/bussniffer/tools/opendooralert/opendooralert.py.bak
tools/opendooralert/opendooralert.py.bak
.vscode
HCPBridgeESP32/.vscode

View File

@ -8,5 +8,28 @@
"vector": "cpp",
"initializer_list": "cpp",
"regex": "cpp"
}
},
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#db5c29",
"activityBar.background": "#db5c29",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#25da59",
"activityBarBadge.foreground": "#15202b",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#db5c29",
"statusBar.background": "#b3491e",
"statusBar.border": "#b3491e",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#db5c29",
"statusBarItem.remoteBackground": "#b3491e",
"statusBarItem.remoteForeground": "#e7e7e7",
"tab.activeBorder": "#db5c29",
"titleBar.activeBackground": "#b3491e",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.border": "#b3491e",
"titleBar.inactiveBackground": "#b3491e99",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#b3491e"
}