From 2e191893f6f87842c92ccd575030cf5b6d6fccfc Mon Sep 17 00:00:00 2001 From: Alex Knauth Date: Mon, 19 Aug 2024 15:16:22 -0400 Subject: [PATCH] Update .gitignore --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index eb5a316c..84d66a40 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,8 @@ +# Rust-generated files target + +# Editor-generated files +.vscode/settings.json + +# OS-generated files +.DS_Store