diff --git a/.gitignore b/.gitignore index 87f4339..155653d 100644 --- a/.gitignore +++ b/.gitignore @@ -62,3 +62,6 @@ typings/ .env variables.env + +# editor stuff +.vscode diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 974249b..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "workbench.colorCustomizations": { - "titleBar.activeBackground": "#FF2C70", - "titleBar.inactiveBackground": "#FF2C70CC" - } -}