From e47e7306e6b36495001a711a5c29f6ceaa182ed8 Mon Sep 17 00:00:00 2001 From: elmer-20 <80175046+elmer-20@users.noreply.github.com> Date: Sun, 8 Mar 2026 21:44:52 -0500 Subject: [PATCH] Initial commit --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9154f4c..1ffe419 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ # ---> Java + # Compiled class file *.class @@ -20,7 +21,6 @@ *.tar.gz *.rar -# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +# virtual machine crash logs hs_err_pid* -replay_pid* - +replay_pid* \ No newline at end of file