From 0e3eb54256567f9a2ead80e7b6969d62062d4bd2 Mon Sep 17 00:00:00 2001 From: SowinskiBraeden Date: Sat, 20 Sep 2025 16:57:41 -0700 Subject: [PATCH] update .gitignore to ignore compiles files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 5468d9e..f6e094f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ +# Compiled files /out/* +*.class