From 795c2e487eeb8912bbc968059494baae9ee48a31 Mon Sep 17 00:00:00 2001 From: chatgptagent Date: Thu, 15 Jan 2026 15:43:06 +0000 Subject: [PATCH] Add .gitignore file --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..398577f --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +# Ignore compiled class files +*.class + +# Ignore Maven target directory +target/ + +# Ignore IntelliJ IDEA project files +.idea/ +*.iml + +# Ignore Mac OS metadata +.DS_Store -- 2.45.2