From b9035f7c21dddcb64bc92ac0ed34d7a7b590cfbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julia=20Kr=C3=BCger?= Date: Thu, 4 Jul 2019 14:46:30 +0200 Subject: [PATCH] chore: remove vscode files --- .gitignore | 1 + .vscode/settings.json | 16 ---------------- 2 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index 47416a0e..29fb909e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ node_modules/ .env +.vscode package-lock.json # jest coverage output diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index aecf15ff..00000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "workbench.colorCustomizations": { - "titleBar.activeBackground": "#42b883", - "titleBar.inactiveBackground": "#42b88399", - "titleBar.activeForeground": "#15202b", - "titleBar.inactiveForeground": "#15202b99" - }, - "standard.enable": true, - "cSpell.words": [ - "backend", - "greenkeeper", - "prerelease", - "repo", - "repos" - ] -} \ No newline at end of file