From 76dafb591db8e9ca6f602d35dc6c8e3ca65031fa Mon Sep 17 00:00:00 2001 From: KaraBun Date: Mon, 19 Dec 2022 23:58:07 -0500 Subject: [PATCH] gitignore --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..110f54d --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +.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