From 8d64b5d8131f35e38594c627f35742355adc83d9 Mon Sep 17 00:00:00 2001 From: Insung <110476794+in27sung@users.noreply.github.com> Date: Wed, 4 Dec 2024 23:05:37 +0900 Subject: [PATCH] Update .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 726e73e..35823ac 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,6 @@ desktop.ini # Gradle .gradle/ build/ + +# Ignore compiled class files +*.class