From a88538f95695f07a24ab8e4e8d3e8a3df3c40d05 Mon Sep 17 00:00:00 2001 From: Nephiaust <29741794+Nephiaust@users.noreply.github.com> Date: Sun, 17 Sep 2023 00:33:57 +0930 Subject: [PATCH] Added ignores for VSCode (missing items) Signed-off-by: Nephiaust <29741794+Nephiaust@users.noreply.github.com> --- .gitignore | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ef9abd3d60..334dbbc502 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ .idea /nbproject/private/ -.vscode .phplint-cache *.swp @@ -37,4 +36,18 @@ Temporary Items .apdisk # Configuration for the Nova editor -.nova \ No newline at end of file +.nova + +# VS Code files for those working on multiple tools +.vscode/* +*.code-workspace + +# Local History for Visual Studio Code +.history/ + +# Built Visual Studio Code Extensions +*.vsix + +# Visual Studio code coverage results +*.coverage +*.coveragexml \ No newline at end of file -- GitLab