From f66d19b0f3ea124f90aaa30ad165fe241c4127b3 Mon Sep 17 00:00:00 2001 From: ryan Date: Fri, 11 Jul 2025 15:31:22 -0400 Subject: [PATCH] add out to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 698065d..c1e83bb 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,5 @@ target/ # MSVC Windows builds of rustc generate these, which store debugging information *.pdb +# These artifacts are made when using Docker +out/