From 0615c18ec51f559217b73c7d3acbc07447e786f7 Mon Sep 17 00:00:00 2001 From: Chris Araman Date: Sun, 26 Dec 2021 16:21:07 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=99=88=20Ignore=20VS=20Code=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 33723fe..a5aaaa9 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,6 @@ Brewfile.lock.json # Jazzy /docs/docsets/ + +# Visual Studio Code +/.vscode/