From 2c716a6427b14d3ebaee20627b7335c8c0d700cd Mon Sep 17 00:00:00 2001 From: RedStealthDev Date: Tue, 6 Dec 2022 09:46:26 +0100 Subject: [PATCH] Added gitignore --- .gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..415fd15 --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +.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 + +bin/ \ No newline at end of file