From 1f41516056e213139c442199a5779932b7b75601 Mon Sep 17 00:00:00 2001 From: Andrew Isherwood Date: Mon, 14 Sep 2020 10:38:44 +0100 Subject: [PATCH] Git ignore .vscode --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4a23c48..3c4d11f 100644 --- a/.gitignore +++ b/.gitignore @@ -104,4 +104,7 @@ dist .tern-port # App specific -database.json \ No newline at end of file +database.json + +# IDE specific settings +/.vscode