From 8c5476fad0a7b2101df4b3743e12e3e49fd77b44 Mon Sep 17 00:00:00 2001 From: dgibbs64 Date: Fri, 23 Jun 2023 16:08:02 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20synced=20local=20'.gitignore'=20?= =?UTF-8?q?with=20remote=20'docker/.gitignore'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 33 +++++++++------------------------ 1 file changed, 9 insertions(+), 24 deletions(-) diff --git a/.gitignore b/.gitignore index 7e9b385..d63b626 100644 --- a/.gitignore +++ b/.gitignore @@ -1,24 +1,9 @@ -*~ -.vagrant* -bin -docker/docker -.*.swp -a.out -*.orig -build_src -.flymake* -.idea -.DS_Store -docs/_build -docs/_static -docs/_templates -.gopath/ -.dotcloud -*.test -bundles/ -.hg/ -.git/ -vendor/pkg/ -pyenv -Vagrantfile -/node_modules +# Visual Studio Code +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +!.vscode/*.code-snippets +.history/ +*.vsix