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/