From 023c3d6f5b715ea091aabb81912648d0e00e7cbf Mon Sep 17 00:00:00 2001 From: Martin Munro Date: Mon, 4 Dec 2023 15:38:31 -0700 Subject: [PATCH] Anticipate possible use of VSCode. --- .gitignore | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6f6adbd..c1e33e2 100644 --- a/.gitignore +++ b/.gitignore @@ -2,8 +2,8 @@ # Indexed directory destination subtree build/ -# Created by https://www.toptal.com/developers/gitignore/api/linux,macos,windows,node -# Edit at https://www.toptal.com/developers/gitignore?templates=linux,macos,windows,node +# Created by https://www.toptal.com/developers/gitignore/api/linux,macos,windows,node,visualstudiocode +# Edit at https://www.toptal.com/developers/gitignore?templates=linux,macos,windows,node,visualstudiocode ### Linux ### *~ @@ -193,6 +193,25 @@ dist # SvelteKit build / generate output .svelte-kit +### VisualStudioCode ### +.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 + +### VisualStudioCode Patch ### +# Ignore all local history of files +.history +.ionide + ### Windows ### # Windows thumbnail cache files Thumbs.db @@ -219,4 +238,4 @@ $RECYCLE.BIN/ # Windows shortcuts *.lnk -# End of https://www.toptal.com/developers/gitignore/api/linux,macos,windows,node +# End of https://www.toptal.com/developers/gitignore/api/linux,macos,windows,node,visualstudiocode