From 8861128edccdba2adeb17714815447e4f4e33c44 Mon Sep 17 00:00:00 2001 From: Keraldi Date: Sat, 11 Jun 2022 22:59:28 +0200 Subject: [PATCH] Add gitignore entries for Visual Studio Code Signed-off-by: Keraldi --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index 36361d1291..ff52d53cba 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,12 @@ BloodMagic_Client.launch BloodMagic_Server.launch usercache.json + +# Visual Studio Code +.vscode/ + +# Local History for Visual Studio Code +.history/ + +# Built Visual Studio Code Extensions +*.vsix \ No newline at end of file