From 1a913f3e3b68e4f9f4e6685331ea772541ddcf0e Mon Sep 17 00:00:00 2001 From: Gabriel Date: Mon, 22 May 2023 22:26:42 +0000 Subject: [PATCH] .gitignore --- .gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.gitignore b/.gitignore index e257658..000115c 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,16 @@ *.out *.app +# VSCode +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +!.vscode/*.code-snippets + +# Local History for Visual Studio Code +.history/ + +# Built Visual Studio Code Extensions +*.vsix \ No newline at end of file