From 84e42ed3d90d65d463ec7edb06df9f5ee89298d0 Mon Sep 17 00:00:00 2001 From: Conrad Taylor Date: Wed, 29 Sep 2021 22:51:32 -0700 Subject: [PATCH] Exclude VSCode artifacts from the repository. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 12d7939..0e23efd 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,7 @@ zero_phoenix-*.tar # we ignore priv/static. You may want to comment # this depending on your deployment strategy. /priv/static/ + +# Exclude VSCode artifacts +.metals/ +.vscode/