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