From 289b81c936e083cbd3bc8ba219f30b2531fa9f2e Mon Sep 17 00:00:00 2001 From: Anas Elgarhy Date: Sun, 8 Jan 2023 13:03:56 +0200 Subject: [PATCH] Update gitignore file --- .gitignore | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7abef9f..3885d78 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,12 @@ buildNumber.properties # https://github.com/takari/maven-wrapper#usage-without-binary-jar .mvn/wrapper/maven-wrapper.jar +# Eclipse m2e generated files +# Eclipse Core +.project +# JDT-specific (Eclipse Java Development Tools) +.classpath + ### Java template # Compiled class file *.class @@ -35,6 +41,5 @@ buildNumber.properties # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* +replay_pid* -# Json files -*.json