From 70f28957fcc9b94acc301effc8f7988659662cea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Einar=20Sk=C3=B8ien?= Date: Mon, 9 Feb 2026 10:51:21 +0100 Subject: [PATCH] Updated .gitignore --- .gitignore | 38 ++++++++++++++++++++++++++++++++++---- 1 file changed, 34 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 2f43530..83ed28e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +# Maven target/ pom.xml.tag pom.xml.releaseBackup @@ -7,11 +8,40 @@ release.properties dependency-reduced-pom.xml buildNumber.properties .mvn/timing.properties -# https://github.com/takari/maven-wrapper#usage-without-binary-jar .mvn/wrapper/maven-wrapper.jar -# Eclipse m2e generated files -# Eclipse Core + +# IntelliJ IDEA +.idea/ +*.iml +out/ + + +# VS Code +.vscode/ + + +# Eclipse .project -# JDT-specific (Eclipse Java Development Tools) .classpath +.settings/ + + +# OS junk +.DS_Store +Thumbs.db + + +# Logs +*.log + + +# Build artifacts +*.jar +*.war +*.ear + + +# Optional: game assets temp/cache +tmp/ +temp/