From b68654e93fb5fd8095ed4089bb5e03872894562c Mon Sep 17 00:00:00 2001 From: Nikolaj Frey Date: Mon, 27 Feb 2023 20:31:32 +1100 Subject: [PATCH] =?UTF-8?q?Thing=20Time=20=F0=9F=93=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 +++- .vscode/settings.json | 3 --- 2 files changed, 3 insertions(+), 4 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index cfdfd82..02437c9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ node_modules localhost-key.pem -localhost.pem \ No newline at end of file +localhost.pem + +.vscode \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 3662b37..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "typescript.tsdk": "node_modules/typescript/lib" -} \ No newline at end of file