From 1a929e49a5ee226f791b77032c286b59b0e7173b Mon Sep 17 00:00:00 2001 From: "J. Neugebauer" Date: Thu, 23 Dec 2021 09:20:28 +0100 Subject: [PATCH] Updated ignore patterns --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.gitignore b/.gitignore index a1c2a23..ece0a1b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ + # Compiled class file *.class +out/ # Log file *.log @@ -21,3 +23,12 @@ # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* + +# IDE files +.idea/ +*.iml + +# Thumbnails +.DS_Store +._* +Thumbs.db